Information about plays

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

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

{
    "id": 2676037,
    "uri": "https://api.kexp.org/v2/plays/2676037/?format=api",
    "airdate": "2019-12-20T18:06:00-08:00",
    "show": 46187,
    "show_uri": "https://api.kexp.org/v2/shows/46187/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Can't Stand the Rain",
    "track_id": "daca961d-d661-3163-845b-28aadbe5e27f",
    "recording_id": null,
    "artist": "Ann Peebles",
    "artist_ids": [
        "a7e05e3f-7459-4ba6-9041-8b5cacf6338c"
    ],
    "album": "The Best of Ann Peebles: The Hi Records Years",
    "release_id": "fb75b759-bf4a-4a6d-847f-1d1aad94bd15",
    "release_group_id": null,
    "labels": [
        "The Right Stuff"
    ],
    "label_ids": [
        "14227f2c-ac23-4746-bf83-d54e29051004"
    ],
    "release_date": "1996-07-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.allmusic.com/artist/ann-peebles-mn0000921002/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}