Information about plays

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

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

{
    "id": 3549814,
    "uri": "https://api.kexp.org/v2/plays/3549814/?format=api",
    "airdate": "2025-09-06T23:26:39-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Aretha Franklin",
    "track_id": null,
    "recording_id": null,
    "artist": "The Sleeveens",
    "artist_ids": [],
    "album": "S/T",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dirtnap Records"
    ],
    "label_ids": [
        "b925bf7c-da1f-4761-bd5f-622f63960ec6"
    ],
    "release_date": "2024-02-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When Irish-born Count Vaseline/The Mighty Stef songwriter Stef Murphy met Stiff Little Fingers guitar tech Jamie Mechan in Nashville, Tennessee, it began a musical partnership of the highest order.\n\nhttps://dirtnaprecords.bandcamp.com/album/the-sleeveens-s-t",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}