Information about plays

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

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

{
    "id": 3574105,
    "uri": "https://api.kexp.org/v2/plays/3574105/?format=api",
    "airdate": "2025-11-05T00:18:44-08:00",
    "show": 65025,
    "show_uri": "https://api.kexp.org/v2/shows/65025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Renegades",
    "track_id": "5c7c2fdf-4bee-4931-90a5-285ef4dad460",
    "recording_id": "69086838-b35f-4029-896f-fdb518f8ed33",
    "artist": "The Young Evils",
    "artist_ids": [
        "767e5e6d-919a-49b7-9087-117a35e9693a"
    ],
    "album": "False Starts",
    "release_id": "e95bcdcd-880e-40b9-b878-034ed5dfe457",
    "release_group_id": "908787a5-7666-4606-8de1-f5867b89b92c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday Troy! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}