Information about plays

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

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

{
    "id": 380488,
    "uri": "https://api.kexp.org/v2/plays/380488/?format=api",
    "airdate": "2019-09-13T18:12:00-07:00",
    "show": 6332,
    "show_uri": "https://api.kexp.org/v2/shows/6332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Got to Feed the Fire",
    "track_id": "443382eb-b570-3733-bb84-ec978e0f478a",
    "recording_id": null,
    "artist": "Ann Peebles",
    "artist_ids": [
        "a7e05e3f-7459-4ba6-9041-8b5cacf6338c"
    ],
    "album": "I Can’t Stand the Rain",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ann Peebles, the \"girl with the big voice,\" looks back on her career in this Guardian interview: https://www.theguardian.com/music/2014/feb/20/ann-peebles-girl-with-the-big-voice",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}