Information about plays

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

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

{
    "id": 3604936,
    "uri": "https://api.kexp.org/v2/plays/3604936/?format=api",
    "airdate": "2026-01-16T03:53:11-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Be Good",
    "track_id": null,
    "recording_id": "80047690-d2ca-4cb2-b6ae-0cd3f1e9662a",
    "artist": "René & Angela",
    "artist_ids": [
        "0ede392f-1c70-454b-9aea-d62bec4c5b6e"
    ],
    "album": "Street Called Desire",
    "release_id": null,
    "release_group_id": "794f39ed-f751-3e7f-90fa-179df9513b90",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "René & Angela were an American R&B duo consisting of musical artists and producers René Moore and Angela Winbush, who released their biggest hit \"I'll Be Good\" in 1985, a year before a less-than-amicable split in 1986.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}