Information about plays

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

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

{
    "id": 347930,
    "uri": "https://api.kexp.org/v2/plays/347930/?format=api",
    "airdate": "2019-06-29T18:58:53-07:00",
    "show": 5797,
    "show_uri": "https://api.kexp.org/v2/shows/5797/?format=api",
    "image_uri": "http://coverartarchive.org/release/3067191b-3d6e-45b9-9fbc-63f2d2b520f1/20882729230-250.jpg",
    "thumbnail_uri": "",
    "song": "Indians Never Die",
    "track_id": "78fe5e63-d601-47d4-8148-df1ae9b04d7a",
    "recording_id": null,
    "artist": "Black Belt Eagle Scout",
    "artist_ids": [
        "76a91880-2242-4c2a-8982-d56fb1ee686d"
    ],
    "album": "Mother of My Children",
    "release_id": "3067191b-3d6e-45b9-9fbc-63f2d2b520f1",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}