Information about plays

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

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

{
    "id": 3411549,
    "uri": "https://api.kexp.org/v2/plays/3411549/?format=api",
    "airdate": "2024-10-12T03:47:08-07:00",
    "show": 61553,
    "show_uri": "https://api.kexp.org/v2/shows/61553/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It Runs Through Me",
    "track_id": null,
    "recording_id": "83988a4d-9480-4748-9ee1-88501629a301",
    "artist": "Tom Misch, De La Soul",
    "artist_ids": [],
    "album": "Geography",
    "release_id": null,
    "release_group_id": "5accd1c8-cd9e-42a3-8243-dbc0ef196679",
    "labels": [
        "Beyond the Groove"
    ],
    "label_ids": [
        "6d006831-947d-483b-aed3-b861407abe2d"
    ],
    "release_date": "2018-04-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2018 self-released debut album from South London multi-instrumentalist Tom Misch.\n\nhttps://tommisch1.bandcamp.com/\nhttp://www.tommisch.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}