Information about plays

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

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

{
    "id": 377775,
    "uri": "https://api.kexp.org/v2/plays/377775/?format=api",
    "airdate": "2019-09-07T02:10:27-07:00",
    "show": 6284,
    "show_uri": "https://api.kexp.org/v2/shows/6284/?format=api",
    "image_uri": "http://coverartarchive.org/release/1a9ad353-4d5a-41b0-b534-27e98a2a863f/23607802281-250.jpg",
    "thumbnail_uri": "",
    "song": "JA ARA E",
    "track_id": "6b214cd4-880e-4fbf-b3ed-f0014013c7e9",
    "recording_id": null,
    "artist": "Burna Boy",
    "artist_ids": [
        "78a19169-ac75-4868-b504-7e2e073118e0"
    ],
    "album": "The Lion King: The Gift",
    "release_id": "1a9ad353-4d5a-41b0-b534-27e98a2a863f",
    "release_group_id": null,
    "labels": [
        "Parkwood Entertainment"
    ],
    "label_ids": [
        "31eb6796-abba-4a02-b650-a556aa65f9ae"
    ],
    "release_date": "2019-07-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}