Information about plays

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

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

{
    "id": 2678322,
    "uri": "https://api.kexp.org/v2/plays/2678322/?format=api",
    "airdate": "2019-12-26T08:45:00-08:00",
    "show": 46226,
    "show_uri": "https://api.kexp.org/v2/shows/46226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cosmic Dancer",
    "track_id": "4d707720-16c4-3255-a2c6-067ab6a41637",
    "recording_id": null,
    "artist": "T. Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "Electric Warrior",
    "release_id": "3fdab7d7-e1ae-4884-9e27-031296967777",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [],
    "release_date": "2001-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you're thinking of the coelurosaurian theropod dinosaur, you're thinking of the wrong T. Rex. T. Rex were an English rock band, formed in 1967 by singer-songwriter and guitarist Marc Bolan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}