Information about plays

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

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

{
    "id": 354032,
    "uri": "https://api.kexp.org/v2/plays/354032/?format=api",
    "airdate": "2019-07-13T22:27:22-07:00",
    "show": 5900,
    "show_uri": "https://api.kexp.org/v2/shows/5900/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kidnapped",
    "track_id": "3c66aae4-3b04-3329-b89b-9bf9eba52c98",
    "recording_id": null,
    "artist": "The Suicide Commandos",
    "artist_ids": [
        "eb7988a4-4a66-4320-a6ea-d17da0da88ac"
    ],
    "album": "Make a Record",
    "release_id": "6e464c47-40d6-48dd-a86c-da6e5735b5f2",
    "release_group_id": null,
    "labels": [
        "Blank Records"
    ],
    "label_ids": [
        "4ed5881a-d9b5-4a31-b8e4-f77dd5370a14"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}