Information about plays

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

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

{
    "id": 1233417,
    "uri": "https://api.kexp.org/v2/plays/1233417/?format=api",
    "airdate": "2007-05-20T10:00:00-07:00",
    "show": 21607,
    "show_uri": "https://api.kexp.org/v2/shows/21607/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Agent Double-O-Soul",
    "track_id": "82704b40-60ca-49c9-9dd6-d920131a4d7c",
    "recording_id": null,
    "artist": "Billy Larkin & The Delegates",
    "artist_ids": [
        "43872fa4-3be8-4eea-ae96-aa8cf44e0fed"
    ],
    "album": "Hole in the Wall",
    "release_id": "edb46d26-868c-4eec-a3e6-6fbcf940cf0f",
    "release_group_id": null,
    "labels": [
        "World Pacific"
    ],
    "label_ids": [
        "65f3dfb1-2e91-4032-bf75-aa4e4ce82ca7"
    ],
    "release_date": "1965-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}