Information about plays

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

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

{
    "id": 374815,
    "uri": "https://api.kexp.org/v2/plays/374815/?format=api",
    "airdate": "2019-08-31T10:53:00-07:00",
    "show": 6238,
    "show_uri": "https://api.kexp.org/v2/shows/6238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "African Teacher",
    "track_id": "48e28ca9-3104-3c7a-b160-17c47cb84ce4",
    "recording_id": null,
    "artist": "Burning Spear",
    "artist_ids": [
        "16dad944-c492-43dd-88ed-e0b7ac520c40"
    ],
    "album": "Best of the Fittest",
    "release_id": "a7858ce9-7004-4c6e-8546-e50fc1d62123",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Burning Spear is a Rastafarian and one of the most influential and long-standing roots artists to emerge from the 1970s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}