Information about plays

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

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

{
    "id": 3594369,
    "uri": "https://api.kexp.org/v2/plays/3594369/?format=api",
    "airdate": "2025-12-22T07:07:50-08:00",
    "show": 65447,
    "show_uri": "https://api.kexp.org/v2/shows/65447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wild Horses",
    "track_id": "28668eea-e3dc-4155-9c96-d383d31354f5",
    "recording_id": "1674d24d-8b74-4e65-94e5-e38527f593a9",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Sticky Fingers",
    "release_id": "347b332c-b256-3264-ab53-cf7d7be98273",
    "release_group_id": "4a4213d0-f224-3d51-bcca-476f61162681",
    "labels": [
        "Virgin",
        "Rolling Stones Records"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "902810e8-095c-4c2b-869a-7b9b02da7687"
    ],
    "release_date": "1994-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Stones recorded this during a three-day session at Muscle Shoals Sound Studios in Alabama from December 2-4, 1969. It was the last of three songs done at these sessions, after \"Brown Sugar\" and \"You Gotta Move.\"\n\nhttps://www.songfacts.com/facts/the-rolling-stones/wild-horses",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}