Information about plays

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

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

{
    "id": 375694,
    "uri": "https://api.kexp.org/v2/plays/375694/?format=api",
    "airdate": "2019-09-02T17:44:51-07:00",
    "show": 6256,
    "show_uri": "https://api.kexp.org/v2/shows/6256/?format=api",
    "image_uri": "http://coverartarchive.org/release/de3f9a1a-fedd-4e98-a0bf-4f37a3a0aaf9/20510904847-250.jpg",
    "thumbnail_uri": "",
    "song": "Happy Man",
    "track_id": "323c06d0-fb94-4ab9-9831-8baf8bbddf58",
    "recording_id": null,
    "artist": "Jungle",
    "artist_ids": [
        "6bbb3983-ce8a-4971-96e0-7cae73268fc4"
    ],
    "album": "For Ever",
    "release_id": "de3f9a1a-fedd-4e98-a0bf-4f37a3a0aaf9",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this awesome in studio with Jungle https://www.youtube.com/watch?v=m2ABEOVoikg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}