Information about plays

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

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

{
    "id": 377723,
    "uri": "https://api.kexp.org/v2/plays/377723/?format=api",
    "airdate": "2019-09-06T23:24:57-07:00",
    "show": 6283,
    "show_uri": "https://api.kexp.org/v2/shows/6283/?format=api",
    "image_uri": "http://coverartarchive.org/release/66bf6a99-013c-4987-886f-57c4ce0b116d/23666406150-250.jpg",
    "thumbnail_uri": "",
    "song": "Show & Tell",
    "track_id": "4475727d-1104-4062-bece-a5e59b686b4b",
    "recording_id": null,
    "artist": "Burna Boy & Future",
    "artist_ids": [
        "48262e82-db9f-4a92-b650-dfef979b73ec"
    ],
    "album": "African Giant",
    "release_id": "66bf6a99-013c-4987-886f-57c4ce0b116d",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2019-07-25",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}