Information about plays

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

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

{
    "id": 442067,
    "uri": "https://api.kexp.org/v2/plays/442067/?format=api",
    "airdate": "2001-07-06T00:30:00-07:00",
    "show": 7458,
    "show_uri": "https://api.kexp.org/v2/shows/7458/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1999",
    "track_id": "58090bd7-2200-4e88-9e7d-8ab4e20dbbd7",
    "recording_id": null,
    "artist": "Dump",
    "artist_ids": [
        "2d9215eb-0d46-4624-b155-2a0f32482a4e"
    ],
    "album": "That Skinny Motherfucker With the High Voice?",
    "release_id": "505c8cbf-6412-4850-8b2e-7ce18d5f00dc",
    "release_group_id": null,
    "labels": [
        "?"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}