Information about plays

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

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

{
    "id": 3428920,
    "uri": "https://api.kexp.org/v2/plays/3428920/?format=api",
    "airdate": "2024-11-23T02:57:58-08:00",
    "show": 61921,
    "show_uri": "https://api.kexp.org/v2/shows/61921/?format=api",
    "image_uri": "https://coverartarchive.org/release/76b6ec7a-61f0-46d3-838c-f714e0a6faf2/15991869441-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/76b6ec7a-61f0-46d3-838c-f714e0a6faf2/15991869441-250.jpg",
    "song": "Decoder 5: Information Bank",
    "track_id": null,
    "recording_id": "a61347d5-6e07-4bd0-852f-bac213bcdbc6",
    "artist": "Genesis P-Orridge & Psychic Tv",
    "artist_ids": [],
    "album": "Splinter Test 2",
    "release_id": null,
    "release_group_id": "523a333b-f812-47ad-a877-6a98017a5677",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/artist/22533-Genesis-P-Orridge",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}