Information about plays

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

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

{
    "id": 347611,
    "uri": "https://api.kexp.org/v2/plays/347611/?format=api",
    "airdate": "2019-06-28T22:46:00-07:00",
    "show": 5788,
    "show_uri": "https://api.kexp.org/v2/shows/5788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heatwave (feat. 6LACK)",
    "track_id": null,
    "recording_id": null,
    "artist": "Mereba",
    "artist_ids": [
        "2c0ce6dd-38ea-4758-a302-56c9739ccdc7"
    ],
    "album": "The Jungle Is the Only Way Out",
    "release_id": "5b418c3f-cb07-478d-908d-49a87a6923cb",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [],
    "release_date": "2019-02-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stream 'The Jungle Is The Only Way Out' from Mereba on all platforms here: http://smarturl.it/TJITOWO",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}