Information about plays

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

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

{
    "id": 3640164,
    "uri": "https://api.kexp.org/v2/plays/3640164/?format=api",
    "airdate": "2026-04-10T04:43:09-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Like It",
    "track_id": null,
    "recording_id": "93951877-d1ad-4ebd-a41a-3d818d237cca",
    "artist": "Cardi B, Bad Bunny & J Balvin",
    "artist_ids": [
        "2f3c4d70-0462-40da-bba3-0aec5772c556",
        "89aa5ecb-59ad-46f5-b3eb-2d424e941f19",
        "5bdeb32d-56a5-4b6d-a768-264101fa0a0a"
    ],
    "album": "Invasion of Privacy",
    "release_id": null,
    "release_group_id": "45c6de75-bea5-4dd9-a912-55fb9497c3fc",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2018-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}