Information about plays

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

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

{
    "id": 3544367,
    "uri": "https://api.kexp.org/v2/plays/3544367/?format=api",
    "airdate": "2025-08-24T19:36:25-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "https://coverartarchive.org/release/9f11c6eb-cbef-4f5d-b578-068bee33c17f/41484534336-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9f11c6eb-cbef-4f5d-b578-068bee33c17f/41484534336-250.jpg",
    "song": "I Don't Want To Work Today",
    "track_id": null,
    "recording_id": "73db8a8f-af86-4854-bd83-761aceb953d5",
    "artist": "New York Port Authority",
    "artist_ids": [
        "d9479042-5e58-4bf2-a22c-ea8fa31c3fa1"
    ],
    "album": "Three Thousands Miles From Home",
    "release_id": null,
    "release_group_id": "db36ce22-a8af-45b8-b060-ce93e4c008af",
    "labels": [
        "Invictus"
    ],
    "label_ids": [
        "f9a5f623-4134-457a-9c01-0083d376ee8d"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New York Port Authority released \"I Don't Want To Work Today\" in 1977 on their only album, Three Thousand Miles From Home.\n\nNew York Port Authority was comprised of David Conley, John O. Hargrove, Melvin Miller, Monwell E. Lowndes, Rodney J. Brown, and Stafford Floyd.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}