Information about plays

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

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

{
    "id": 373891,
    "uri": "https://api.kexp.org/v2/plays/373891/?format=api",
    "airdate": "2019-08-29T07:32:58-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/5ea10f25-59ce-419c-91c9-ac2a5b5e1fe8/15126484731-250.jpg",
    "thumbnail_uri": "",
    "song": "On Hold",
    "track_id": "6ac0aa2e-19cf-4b30-bbbb-2ac3b6fd03a3",
    "recording_id": null,
    "artist": "The xx",
    "artist_ids": [
        "c5c2ea1c-4bde-4f4d-bd0b-47b200bf99d6"
    ],
    "album": "I See You",
    "release_id": "5ea10f25-59ce-419c-91c9-ac2a5b5e1fe8",
    "release_group_id": null,
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2017-01-20",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Charles Gillmore's \"Number Five With a Bullet\" mix here on Mixtape Week | \"I hope that people hear these songs and are able to work past their heartache and remember that they are beautiful. The final message to listeners is to remember your friends. They are invaluable during times of heartache.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}