Information about plays

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

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

{
    "id": 378378,
    "uri": "https://api.kexp.org/v2/plays/378378/?format=api",
    "airdate": "2019-09-08T14:12:58-07:00",
    "show": 6298,
    "show_uri": "https://api.kexp.org/v2/shows/6298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's Real",
    "track_id": "285ac582-a132-4366-8a83-d7a5431daa4a",
    "recording_id": null,
    "artist": "Ex Hex",
    "artist_ids": [
        "2f64e1fd-44b3-44f1-a586-b9916966b39f"
    ],
    "album": "It's Real / What Kind of Monster Are You?",
    "release_id": "fb7bc14e-c993-4478-a660-6000cd37e6b6",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-09-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Per Ex Hex: \"<i>It's Real</i> is the title track off our latest album! It wasn't on our album - we saved it for you because we like to save the best for last!\" https://exhexband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}