Information about plays

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

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

{
    "id": 3573930,
    "uri": "https://api.kexp.org/v2/plays/3573930/?format=api",
    "airdate": "2025-11-04T14:00:19-08:00",
    "show": 65022,
    "show_uri": "https://api.kexp.org/v2/shows/65022/?format=api",
    "image_uri": "https://coverartarchive.org/release/e2b76db6-024a-45a3-99eb-36465ce55cbc/30003064189-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e2b76db6-024a-45a3-99eb-36465ce55cbc/30003064189-250.jpg",
    "song": "My Contribution to This Scam",
    "track_id": null,
    "recording_id": "21c40746-2cc6-4f46-ad5c-7e4dbc9caed2",
    "artist": "Jean Grae, Quelle Chris",
    "artist_ids": [],
    "album": "Everything’s Fine",
    "release_id": null,
    "release_group_id": "31cf497b-5cf6-4663-8497-54a21fceb236",
    "labels": [
        "Mello Music Group"
    ],
    "label_ids": [
        "76efd859-3479-4c4a-a2ea-11740a0ab5b7"
    ],
    "release_date": "2018-03-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album was listed as one of the top protest albums of 2018: https://www.ongoinghistoryofprotestsongs.com/2018/07/01/the-top-30-protest-albums-of-2018-so-far/\n\nThe animated video for this song was directed by Crankbunny, watch it here: https://www.youtube.com/watch?v=pRw3ZHYY9pc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}