Information about plays

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

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

{
    "id": 3561283,
    "uri": "https://api.kexp.org/v2/plays/3561283/?format=api",
    "airdate": "2025-10-04T17:35:34-07:00",
    "show": 64745,
    "show_uri": "https://api.kexp.org/v2/shows/64745/?format=api",
    "image_uri": "https://ia600506.us.archive.org/15/items/mbid-794231d6-bfc2-4520-853b-8abb0c4204b1/mbid-794231d6-bfc2-4520-853b-8abb0c4204b1-37009318020_thumb500.jpg",
    "thumbnail_uri": "https://ia600506.us.archive.org/15/items/mbid-794231d6-bfc2-4520-853b-8abb0c4204b1/mbid-794231d6-bfc2-4520-853b-8abb0c4204b1-37009318020_thumb250.jpg",
    "song": "Dancer",
    "track_id": "3472e5cf-cfb3-439b-916a-c25ccf81bc0f",
    "recording_id": "4a041989-3240-45c2-8b12-aa1cb1603266",
    "artist": "IDLES",
    "artist_ids": [
        "be465d4f-c28d-4ba1-94ab-ebaada7db8af"
    ],
    "album": "TANGK",
    "release_id": "794231d6-bfc2-4520-853b-8abb0c4204b1",
    "release_group_id": "8ba0ce4a-5fd3-48bf-8b36-da3d58760e32",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2024-02-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#687 IDLES - TANGK\nAnother Idles record on the countdown!\n\nWatch their 2020 Live on KEXP at Home performance: https://www.youtube.com/watch?v=vKuVLVr1WyA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}