Information about plays

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

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

{
    "id": 1364690,
    "uri": "https://api.kexp.org/v2/plays/1364690/?format=api",
    "airdate": "2008-04-21T01:56:29-07:00",
    "show": 23829,
    "show_uri": "https://api.kexp.org/v2/shows/23829/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tiger",
    "track_id": "0d6d07aa-47d3-4c24-9c7a-e4cb518092ec",
    "recording_id": null,
    "artist": "Henry Cowell",
    "artist_ids": [
        "7ee6189d-f3f3-4478-afc4-0afad4d8a506"
    ],
    "album": "Piano Music",
    "release_id": "2e3ea088-c1c8-403b-bd3e-a21bd4e6b680",
    "release_group_id": null,
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}