Information about plays

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

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

{
    "id": 379246,
    "uri": "https://api.kexp.org/v2/plays/379246/?format=api",
    "airdate": "2019-09-10T18:43:00-07:00",
    "show": 6313,
    "show_uri": "https://api.kexp.org/v2/shows/6313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yesterday Is a Tizita",
    "track_id": "2f39c7f5-668d-4512-b7fa-b9f4063fe4d3",
    "recording_id": null,
    "artist": "Meklit Hadero",
    "artist_ids": [
        "b6c9b1c4-da98-4d17-96f5-4a6af58ade60"
    ],
    "album": "When the People Move the Music Moves Too",
    "release_id": "664585f2-7a3d-43ce-9938-2b7f0044f717",
    "release_group_id": null,
    "labels": [
        "Six Degrees Records"
    ],
    "label_ids": [],
    "release_date": "2017-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wishing a joyful 12th birthday to Amira with a song from Ethiopian-American musician Meklit!<br></br>https://www.meklitmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}