Information about plays

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

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

{
    "id": 3500226,
    "uri": "https://api.kexp.org/v2/plays/3500226/?format=api",
    "airdate": "2025-05-12T01:13:01-07:00",
    "show": 63438,
    "show_uri": "https://api.kexp.org/v2/shows/63438/?format=api",
    "image_uri": "https://ia601509.us.archive.org/1/items/mbid-bb809a00-6325-4759-bf6c-0aae6420d404/mbid-bb809a00-6325-4759-bf6c-0aae6420d404-39586463863_thumb500.jpg",
    "thumbnail_uri": "https://ia801509.us.archive.org/1/items/mbid-bb809a00-6325-4759-bf6c-0aae6420d404/mbid-bb809a00-6325-4759-bf6c-0aae6420d404-39586463863_thumb250.jpg",
    "song": "À l’instar du flair",
    "track_id": "5efede0d-d358-4a5a-ab05-f326aae4bc14",
    "recording_id": "bcdadf46-2315-4e4a-89ca-43696c48b110",
    "artist": "Bolbec",
    "artist_ids": [
        "d6b15b37-cef6-4e0f-8a02-8226371b6d14"
    ],
    "album": "Victime de l’aube",
    "release_id": "bb809a00-6325-4759-bf6c-0aae6420d404",
    "release_group_id": "07d5e6d8-efff-46fe-85a9-97bf45a6d4f2",
    "labels": [
        "Batov Records"
    ],
    "label_ids": [
        "72500051-6183-4b30-b03c-e3ae5b0793cf"
    ],
    "release_date": "2024-08-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}