Information about plays

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

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

{
    "id": 3413386,
    "uri": "https://api.kexp.org/v2/plays/3413386/?format=api",
    "airdate": "2024-10-16T11:03:19-07:00",
    "show": 61591,
    "show_uri": "https://api.kexp.org/v2/shows/61591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Desperate Days",
    "track_id": "260429d5-f5c3-4dc6-9fc6-29846f6b97ae",
    "recording_id": "bf248cea-9723-4850-b86e-54ae04d81cbc",
    "artist": "Chime School",
    "artist_ids": [
        "3f0702a1-7108-4825-b0df-3a9090fd28fc"
    ],
    "album": "The Boy Who Ran the Paisley Hotel",
    "release_id": "bcf3b133-95b7-47c3-98b3-4c7d2e061de0",
    "release_group_id": "f4ea06a2-2f0d-4c01-9daa-c2053b151891",
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2024-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chime School, 'jangle' rock out of San Francisco with their newest album!\nChime School began as a solo home recording project, paying homage to the formative jangle of The Byrds.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}