Information about plays

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

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

{
    "id": 3570184,
    "uri": "https://api.kexp.org/v2/plays/3570184/?format=api",
    "airdate": "2025-10-26T10:02:50-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Psycho",
    "track_id": null,
    "recording_id": "850f5f6d-cef7-44aa-bd3b-1947bcb8cf81",
    "artist": "Jack Kittel",
    "artist_ids": [
        "5092cf5e-3fe5-40ad-82ca-224414207950"
    ],
    "album": "Psycho",
    "release_id": null,
    "release_group_id": "1791c42e-4563-4832-88b5-7e9126e616cf",
    "labels": [
        "GRC"
    ],
    "label_ids": [
        "444541c1-73ac-476b-a550-89690287ddf7"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read about this murderous song’s history and the blind Texas singer here:\n https://txmusic.com/story-behind-the-song-psycho/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}