Information about plays

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

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

{
    "id": 3500279,
    "uri": "https://api.kexp.org/v2/plays/3500279/?format=api",
    "airdate": "2025-05-12T04:44:13-07:00",
    "show": 63439,
    "show_uri": "https://api.kexp.org/v2/shows/63439/?format=api",
    "image_uri": "https://coverartarchive.org/release/2886e635-32b0-45f2-b810-2d06a1ed091b/32541414827-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2886e635-32b0-45f2-b810-2d06a1ed091b/32541414827-250.jpg",
    "song": "HEAVEN WITH U",
    "track_id": null,
    "recording_id": "17229a72-f04d-4aff-b98f-00928dc0b50d",
    "artist": "Tasman Keith feat. Jessica Mauboy",
    "artist_ids": [
        "fb8926f7-f20d-4c23-b094-5381102ac0f0",
        "18f719e7-e9b4-4216-8869-9083ebc23f7d"
    ],
    "album": "A Colour Undone",
    "release_id": null,
    "release_group_id": "6f48da95-de17-4399-af25-b0b879c9694b",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-07-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Based in Australia\n--\nIndebted to giving back to the community that raised him, Tasman Keith is an indispensable and unstoppable leader of hip hop's new vanguard.\nhttps://tasmankeith.bandcamp.com/album/a-colour-undone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}