Information about plays

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

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

{
    "id": 3583233,
    "uri": "https://api.kexp.org/v2/plays/3583233/?format=api",
    "airdate": "2025-11-26T13:11:23-08:00",
    "show": 65216,
    "show_uri": "https://api.kexp.org/v2/shows/65216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Give Thanks",
    "track_id": "664f1a28-85c8-4063-a82d-426d222a93eb",
    "recording_id": "e3f52684-3506-4c45-b7bc-391642e52370",
    "artist": "KOKOROKO",
    "artist_ids": [
        "2650f0e7-3879-4b2c-8908-d025113cbece"
    ],
    "album": "Could We Be More",
    "release_id": "ae5fc24d-fbd2-43a5-b0b8-921f1973770c",
    "release_group_id": "5820e38c-cd2c-422f-8007-62044b4f13b2",
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [
        "6483a614-d00f-42b0-af39-a602b3ce5daa"
    ],
    "release_date": "2022-08-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We loved it when this London septet performed live in our studio last year: https://www.youtube.com/watch?v=Ey2J6rVlySU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}