Information about plays

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

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

{
    "id": 480340,
    "uri": "https://api.kexp.org/v2/plays/480340/?format=api",
    "airdate": "2001-10-26T05:55:00-07:00",
    "show": 8196,
    "show_uri": "https://api.kexp.org/v2/shows/8196/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Voyage Into the Unknown",
    "track_id": "d9e79974-c712-4505-9d64-015939030092",
    "recording_id": null,
    "artist": "Luke Vibert",
    "artist_ids": [
        "0b59a279-54ef-4723-854e-a12b61e9581a"
    ],
    "album": "Big Soup",
    "release_id": "8f0283d7-5219-4e11-b14e-193a4b264ad0",
    "release_group_id": null,
    "labels": [
        "Mo Wax"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}