Information about plays

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

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

{
    "id": 347137,
    "uri": "https://api.kexp.org/v2/plays/347137/?format=api",
    "airdate": "2019-06-27T20:07:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "River Under the Road",
    "track_id": "119add2b-8d4b-3083-95af-0ea72dae437d",
    "recording_id": null,
    "artist": "Ana Egge",
    "artist_ids": [
        "aca491ac-34bf-4332-a1b6-2ebf288db65e"
    ],
    "album": "River Under the Road",
    "release_id": "6462cc8c-fe16-4e08-a499-599ec38c4a0d",
    "release_group_id": null,
    "labels": [
        "Lazy S.O.B. Recordings"
    ],
    "label_ids": [
        "c3b62432-b275-4cd4-a770-c2df255eacde"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}