Information about plays

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

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

{
    "id": 442069,
    "uri": "https://api.kexp.org/v2/plays/442069/?format=api",
    "airdate": "2001-07-06T00:50:00-07:00",
    "show": 7458,
    "show_uri": "https://api.kexp.org/v2/shows/7458/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Canadian Brought Us Snow",
    "track_id": "46399704-67aa-4d65-b2a9-2cb727974233",
    "recording_id": null,
    "artist": "Piano Magic",
    "artist_ids": [
        "88861c95-0cd8-4710-81ef-6cecd7ea8ff5"
    ],
    "album": "A Rocket Girl Compilation",
    "release_id": "11875d24-66e1-4a0f-8187-199f350da210",
    "release_group_id": null,
    "labels": [
        "Rocket Girl"
    ],
    "label_ids": [
        "38a1eaab-5a2b-4934-87d3-74aa9bca5f9f"
    ],
    "release_date": "2001-04-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}