Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/369223/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 369223,
    "uri": "https://api.kexp.org/v2/plays/369223/?format=api",
    "airdate": "2019-08-18T20:14:00-07:00",
    "show": 6155,
    "show_uri": "https://api.kexp.org/v2/shows/6155/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sightseeing Tour",
    "track_id": "2c1e30c7-2ba1-32ee-93c8-b3c25848ead2",
    "recording_id": null,
    "artist": "Randy Pie",
    "artist_ids": [
        "150c9768-d65f-4d5e-b2d6-eedb3e143995"
    ],
    "album": "Highway Driver",
    "release_id": "1e504155-ede1-42a9-9bb7-a9e97a7efefa",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}