Information about plays

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

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

{
    "id": 3591670,
    "uri": "https://api.kexp.org/v2/plays/3591670/?format=api",
    "airdate": "2025-12-16T01:50:03-08:00",
    "show": 65391,
    "show_uri": "https://api.kexp.org/v2/shows/65391/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "fauna",
    "track_id": "3e0dfe6f-b973-4ed0-8bf5-9fb8fa006bcc",
    "recording_id": "c59f6283-ff3a-4c16-a677-0d8e962516b5",
    "artist": "K-Lone",
    "artist_ids": [
        "6e1b1094-2126-4bb9-b59f-15d58af0a986"
    ],
    "album": "sorry i thought you were someone else",
    "release_id": "0b024ed6-ef48-4316-9baa-aa3d04814f0c",
    "release_group_id": "a78786a0-8fd9-4e14-b8fe-b8252ff58e64",
    "labels": [
        "Incienso"
    ],
    "label_ids": [
        "17b22b7c-9c7c-4263-b0f9-e2fb33416f9e"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://k-lone.bandcamp.com/album/sorry-i-thought-you-were-someone-else",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}