Information about plays

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

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

{
    "id": 3549391,
    "uri": "https://api.kexp.org/v2/plays/3549391/?format=api",
    "airdate": "2025-09-05T22:36:58-07:00",
    "show": 64485,
    "show_uri": "https://api.kexp.org/v2/shows/64485/?format=api",
    "image_uri": "https://coverartarchive.org/release/a96af713-c219-445e-a8d6-3d930b42dc54/25779135073-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a96af713-c219-445e-a8d6-3d930b42dc54/25779135073-250.jpg",
    "song": "A Mile, a Way",
    "track_id": null,
    "recording_id": "a1bbfc13-0b2b-4a38-8763-96bd75430f5d",
    "artist": "KeiyaA",
    "artist_ids": [
        "3b0e9a8f-0bd7-4a7e-9252-090acd8b30ea"
    ],
    "album": "Forever, Ya Girl",
    "release_id": null,
    "release_group_id": "a7f2202c-d606-49d4-ad6a-b2d5fbe26bb1",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2020-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song samples Kitty Kat by Beyonce (Happy Bey Day)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}