Information about plays

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

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

{
    "id": 3574502,
    "uri": "https://api.kexp.org/v2/plays/3574502/?format=api",
    "airdate": "2025-11-05T23:54:40-08:00",
    "show": 65033,
    "show_uri": "https://api.kexp.org/v2/shows/65033/?format=api",
    "image_uri": "https://ia801901.us.archive.org/3/items/mbid-edd36402-9d1d-3d46-93a6-c352c0195609/mbid-edd36402-9d1d-3d46-93a6-c352c0195609-36189728883_thumb500.jpg",
    "thumbnail_uri": "https://ia601901.us.archive.org/3/items/mbid-edd36402-9d1d-3d46-93a6-c352c0195609/mbid-edd36402-9d1d-3d46-93a6-c352c0195609-36189728883_thumb250.jpg",
    "song": "I Want You Back",
    "track_id": "88ba807d-4be6-35cf-89ec-3b95e16c3ba3",
    "recording_id": "a1c94b71-6f69-452c-8819-49fe953d0835",
    "artist": "Hoodoo Gurus",
    "artist_ids": [
        "ce382524-3f9b-461a-9202-60041105741c"
    ],
    "album": "Stoneage Romeos",
    "release_id": "2150c2c8-944d-489f-9f6c-e3272331e3ce",
    "release_group_id": "3bf8957c-676e-328e-8078-26f30856048a",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}