Information about plays

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

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

{
    "id": 3636880,
    "uri": "https://api.kexp.org/v2/plays/3636880/?format=api",
    "airdate": "2026-04-02T13:30:01-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Get to This",
    "track_id": null,
    "recording_id": "c1b1027e-8f6b-4f90-841b-5abc6c3a5450",
    "artist": "Joe",
    "artist_ids": [
        "d6864f27-532d-4912-af81-d710d58b1f01"
    ],
    "album": "Signature",
    "release_id": null,
    "release_group_id": "1da6e174-ff8e-4dd3-ad46-145646df51db",
    "labels": [
        "Kedar Entertainment"
    ],
    "label_ids": [
        "7f908c9e-b8fc-4632-bf71-b1a9e9c69061"
    ],
    "release_date": "2009-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another Marvin Gaye \"Come Get to This\" cover...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}