Information about plays

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

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

{
    "id": 3562459,
    "uri": "https://api.kexp.org/v2/plays/3562459/?format=api",
    "airdate": "2025-10-07T21:40:07-07:00",
    "show": 64774,
    "show_uri": "https://api.kexp.org/v2/shows/64774/?format=api",
    "image_uri": "https://dn720701.ca.archive.org/0/items/mbid-31eeda05-d9f9-4ade-81e1-1e4bc8efb2a7/mbid-31eeda05-d9f9-4ade-81e1-1e4bc8efb2a7-42110928175_thumb500.jpg",
    "thumbnail_uri": "https://dn720701.ca.archive.org/0/items/mbid-31eeda05-d9f9-4ade-81e1-1e4bc8efb2a7/mbid-31eeda05-d9f9-4ade-81e1-1e4bc8efb2a7-42110928175_thumb250.jpg",
    "song": "Hon هون",
    "track_id": "e520a8f9-a84b-4ad2-bbe6-d9c1ad61333b",
    "recording_id": "c4254cc3-e80a-43b7-aa97-141df6f688a0",
    "artist": "Yasmine Hamdan",
    "artist_ids": [
        "9c21e094-2fbe-4ba9-9726-891d90f561a9"
    ],
    "album": "I Remember I Forget بنسى وبتذكر",
    "release_id": "31eeda05-d9f9-4ade-81e1-1e4bc8efb2a7",
    "release_group_id": "a2a9dcb9-9593-4197-b4ea-1ea05da2dbbd",
    "labels": [
        "Kwaidan Records",
        "Hamdanistan Records"
    ],
    "label_ids": [
        "b186ddf1-a67f-4501-9e90-9a6a93f3bc76",
        "9da456d8-3583-4d0f-82ff-6a38dce7cbd2"
    ],
    "release_date": "2025-09-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}