Information about plays

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

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

{
    "id": 3438150,
    "uri": "https://api.kexp.org/v2/plays/3438150/?format=api",
    "airdate": "2024-12-14T21:16:56-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain't Comin In",
    "track_id": null,
    "recording_id": null,
    "artist": "The Okmoniks",
    "artist_ids": [
        "b1b363a7-4af4-46b4-8810-fddef3a43c5d"
    ],
    "album": "Afterparty Fever",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Slovenly Recordings"
    ],
    "label_ids": [
        "cfb18bcf-d2cd-4e4b-b41c-1e63240a10ce"
    ],
    "release_date": "2024-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Okmoniks formed in Tucson in 2000 and relocated to the San Francisco Bay Area in 2009, where they love playing The Knockout, shopping at Thrillhouse Records, and playing pinball at Free Gold Watch.\n\nhttps://theokmoniks.bandcamp.com/album/afterparty-fever-lp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}