Information about plays

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

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

{
    "id": 3549010,
    "uri": "https://api.kexp.org/v2/plays/3549010/?format=api",
    "airdate": "2025-09-04T23:36:09-07:00",
    "show": 64476,
    "show_uri": "https://api.kexp.org/v2/shows/64476/?format=api",
    "image_uri": "https://coverartarchive.org/release/26997812-ee19-4260-8dcd-6522ffa4c890/34170579018-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/26997812-ee19-4260-8dcd-6522ffa4c890/34170579018-250.jpg",
    "song": "I Feel For You",
    "track_id": null,
    "recording_id": "74fb8e3a-024c-4cc3-b5e2-c6092df81fd2",
    "artist": "Rebbie Jackson",
    "artist_ids": [
        "78bb7e34-0e7f-4103-b180-5274d11e50da"
    ],
    "album": "Centipede",
    "release_id": null,
    "release_group_id": "bf668a12-f08e-464e-8204-2bbbb19a4340",
    "labels": [
        "Sony Music Commercial Music Group"
    ],
    "label_ids": [
        "b1820065-83a8-47f8-9416-5a22f6cb8718"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}