Information about plays

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

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

{
    "id": 351105,
    "uri": "https://api.kexp.org/v2/plays/351105/?format=api",
    "airdate": "2019-07-07T02:11:48-07:00",
    "show": 5851,
    "show_uri": "https://api.kexp.org/v2/shows/5851/?format=api",
    "image_uri": "http://coverartarchive.org/release/4a8475f7-6d1d-3ebb-8719-394a14d5f07c/2685058411-250.jpg",
    "thumbnail_uri": "",
    "song": "The Number Song",
    "track_id": "84b95a18-7ac6-36d9-820c-860d3dfd73e2",
    "recording_id": null,
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Endtroducing.....",
    "release_id": "4a8475f7-6d1d-3ebb-8719-394a14d5f07c",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2005-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}