Information about plays

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

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

{
    "id": 345415,
    "uri": "https://api.kexp.org/v2/plays/345415/?format=api",
    "airdate": "2019-06-24T04:40:17-07:00",
    "show": 5760,
    "show_uri": "https://api.kexp.org/v2/shows/5760/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Turn to Red",
    "track_id": "e79c2b58-7a09-3358-8ebd-40a02fca4ec3",
    "recording_id": null,
    "artist": "Killing Joke",
    "artist_ids": [
        "f5aca88c-e3c1-4bc2-af33-68a9a9f7b56a"
    ],
    "album": "Laugh? I Nearly Bought One!",
    "release_id": "b58d1a64-4728-321a-8ca7-a60c190ef8f8",
    "release_group_id": null,
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1992-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "-Jack",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}