Information about plays

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

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

{
    "id": 346964,
    "uri": "https://api.kexp.org/v2/plays/346964/?format=api",
    "airdate": "2019-06-27T13:02:26-07:00",
    "show": 5780,
    "show_uri": "https://api.kexp.org/v2/shows/5780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Algiers",
    "track_id": "4760333f-1d01-402d-81ee-5028930e7a8e",
    "recording_id": null,
    "artist": "The Afghan Whigs",
    "artist_ids": [
        "2feb192c-2363-46d6-b476-1c88a25cb294"
    ],
    "album": "Do to the Beast",
    "release_id": "25bec6ce-5e45-4cfc-b3fc-2d72b2e759a2",
    "release_group_id": null,
    "labels": [
        "Love Da Records"
    ],
    "label_ids": [
        "a15600cd-9018-4896-9389-a9088b8a8a67"
    ],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the Afghan Whigs' performance at KEXP studios from October, 2017: \nhttps://www.youtube.com/watch?v=1_guTzJTIe8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}