Information about plays

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

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

{
    "id": 3410038,
    "uri": "https://api.kexp.org/v2/plays/3410038/?format=api",
    "airdate": "2024-10-08T13:43:11-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Someone Asked Me How I’ve Been",
    "track_id": "a34f4728-ccdf-4100-be01-3658f6d885fb",
    "recording_id": "d8eab67d-eeb5-4e59-9596-faabf3bd1e0e",
    "artist": "Jonah Yano",
    "artist_ids": [
        "86da1981-9d9a-49d5-b2f2-f968132e2a46"
    ],
    "album": "Jonah Yano & The Heavy Loop",
    "release_id": "9b2d0c99-fb4b-461c-bd7b-ef3d0bfbe2ff",
    "release_group_id": "af5e255d-73a8-4501-8b8c-14e09fab3bb8",
    "labels": [
        "Innovative Leisure Records"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2024-10-04",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jonah Yano is an artist’s artist. A producer and songwriter who has collaborated on projects by peers like Fousheé, Mustafa and Charlotte Day Wilson, he’s also co-written alongside Helena Deland, Ouri, Clairo and Monsune on his own releases.\n\nListen to more from the most recent release from Jonah here, enjoy:\nhttps://jonahyano.bandcamp.com/album/jonah-yano-the-heavy-loop",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}