Information about plays

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

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

{
    "id": 342709,
    "uri": "https://api.kexp.org/v2/plays/342709/?format=api",
    "airdate": "2019-06-17T21:13:00-07:00",
    "show": 5716,
    "show_uri": "https://api.kexp.org/v2/shows/5716/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Jungle Line",
    "track_id": "0b774c3b-720b-3362-aa9f-e99f3c6d93a3",
    "recording_id": null,
    "artist": "Joni Mitchell",
    "artist_ids": [
        "a6de8ef9-b1a1-4756-97aa-481bbb8a4069"
    ],
    "album": "The Hissing of Summer Lawns",
    "release_id": "bc0f6ff5-edb4-3e8c-a949-2b56da6979c5",
    "release_group_id": null,
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}