Information about plays

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

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

{
    "id": 482951,
    "uri": "https://api.kexp.org/v2/plays/482951/?format=api",
    "airdate": "2001-11-02T18:49:33-08:00",
    "show": 8245,
    "show_uri": "https://api.kexp.org/v2/shows/8245/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Frå eau de Cologne tel eau de Vie",
    "track_id": "ed7a90e7-f37f-4758-a7cd-99d02e6bf3d6",
    "recording_id": null,
    "artist": "Vazelina Bilopphøggers",
    "artist_ids": [
        "a09aa8f2-88a0-4f14-9005-9e7fe63140af"
    ],
    "album": "Tempo",
    "release_id": "a9aad6d8-599c-4ef1-a090-1f308eaf74fc",
    "release_group_id": null,
    "labels": [
        "Opal"
    ],
    "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"
}