Information about plays

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

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

{
    "id": 375776,
    "uri": "https://api.kexp.org/v2/plays/375776/?format=api",
    "airdate": "2019-09-02T23:03:23-07:00",
    "show": 6258,
    "show_uri": "https://api.kexp.org/v2/shows/6258/?format=api",
    "image_uri": "http://coverartarchive.org/release/7ddcbd03-8de2-40b3-932b-d3d32a05c25c/23461670076-250.jpg",
    "thumbnail_uri": "",
    "song": "Sinner",
    "track_id": "389b59c5-c94d-400a-a28a-7b7cf98144e0",
    "recording_id": null,
    "artist": "Moodymann",
    "artist_ids": [
        "17d69e72-9cf2-496f-aa64-ba238de2087e"
    ],
    "album": "Sinner",
    "release_id": "7ddcbd03-8de2-40b3-932b-d3d32a05c25c",
    "release_group_id": null,
    "labels": [
        "KDJ"
    ],
    "label_ids": [
        "a95dc7cf-d766-43c9-bdbb-fde8361c937d"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The latest album from legendary Detroit producer/musician Kenny Dixon Jr. (aka Moodymann) is a brilliant set that finds his deep, masterful, free-flowing fusion of house, jazz, soul, and R&B and all its woozy, infectious, immersive glory in peak form. Proudly carrying the torch forward for the Motor City's iconic soul and electronic legacy, Sinner also contains numerous moments that find Moodymann embodying the loose, seductive, funky spirit of Prince, which comes through most vividly on \"I Think Of Saturday.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}