Information about plays

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

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

{
    "id": 345449,
    "uri": "https://api.kexp.org/v2/plays/345449/?format=api",
    "airdate": "2019-06-24T06:37:38-07:00",
    "show": 5761,
    "show_uri": "https://api.kexp.org/v2/shows/5761/?format=api",
    "image_uri": "http://coverartarchive.org/release/7bbd2978-f553-3ab6-8e0e-1c56aac66cc1/11502756334-250.jpg",
    "thumbnail_uri": "",
    "song": "These Days",
    "track_id": "323e7e91-1be2-340b-b284-e1586edf6470",
    "recording_id": null,
    "artist": "Nico",
    "artist_ids": [
        "37c61bf2-5fb1-47ae-9605-80025d956958"
    ],
    "album": "Chelsea Girl",
    "release_id": "7bbd2978-f553-3ab6-8e0e-1c56aac66cc1",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1988-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally written by a 16-year-old Jackson Browne",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}