Information about plays

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

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

{
    "id": 3554584,
    "uri": "https://api.kexp.org/v2/plays/3554584/?format=api",
    "airdate": "2025-09-18T11:43:51-07:00",
    "show": 64594,
    "show_uri": "https://api.kexp.org/v2/shows/64594/?format=api",
    "image_uri": "https://dn721801.ca.archive.org/0/items/mbid-888513c6-aa56-4925-808a-fada3b46413c/mbid-888513c6-aa56-4925-808a-fada3b46413c-39787496864_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-888513c6-aa56-4925-808a-fada3b46413c/mbid-888513c6-aa56-4925-808a-fada3b46413c-39787496864_thumb250.jpg",
    "song": "Lady Sun",
    "track_id": "f13386ab-a7ba-4c05-9cf5-aaea86995cd1",
    "recording_id": "16f761fc-e5c5-4538-ba37-52c4003bf641",
    "artist": "Skinshape feat. Hollie Cook",
    "artist_ids": [
        "848e0d89-4696-4c7b-a74c-a8e45292df6c",
        "806139a2-556b-45d8-bc5e-93e3d898e4ad"
    ],
    "album": "Lady Sun",
    "release_id": "888513c6-aa56-4925-808a-fada3b46413c",
    "release_group_id": "b215b93b-0d0a-4ea1-95f9-6424668a1e6a",
    "labels": [
        "Lewis Recordings"
    ],
    "label_ids": [
        "7b4f97a0-a75c-47db-be00-2bd5923ccbdc"
    ],
    "release_date": "2024-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Skinshape is the project of Will Dorey, originally from Swanage, England. \n\nhttps://skinshape.bandcamp.com/album/another-side-of-skinshape",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}