Information about plays

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

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

{
    "id": 374354,
    "uri": "https://api.kexp.org/v2/plays/374354/?format=api",
    "airdate": "2019-08-30T06:02:00-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Introducing \"Teenage Kicks\"",
    "track_id": null,
    "recording_id": null,
    "artist": "John Peel",
    "artist_ids": [
        "65ddc5dd-6e1c-4f70-bee3-b67703bbf4c8"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning and happy Friday.  Today is the birthday of renowned BBC radio DJ John Peel, born on this date in 1939.  He was the longest serving of the original BBC Radio 1 DJs, broadcasting regularly from 1967 until his death of a heart attack in 2004.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}