Information about plays

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

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

{
    "id": 449653,
    "uri": "https://api.kexp.org/v2/plays/449653/?format=api",
    "airdate": "2001-07-28T03:00:00-07:00",
    "show": 7600,
    "show_uri": "https://api.kexp.org/v2/shows/7600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Skafrica",
    "track_id": "a2419fa2-ecae-4e4f-bb55-d3ccef14b6f8",
    "recording_id": null,
    "artist": "The Skatalites",
    "artist_ids": [
        "87ac7e25-f278-47a0-b109-5eb131dc96b6"
    ],
    "album": "Ska Voovee",
    "release_id": "75568414-5c1b-4bf2-8d26-7b82373fb92e",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}