Information about plays

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

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

{
    "id": 3420636,
    "uri": "https://api.kexp.org/v2/plays/3420636/?format=api",
    "airdate": "2024-11-02T21:56:39-07:00",
    "show": 61748,
    "show_uri": "https://api.kexp.org/v2/shows/61748/?format=api",
    "image_uri": "https://coverartarchive.org/release/8eec152d-f408-4763-acc1-8672ce480315/37215528860-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8eec152d-f408-4763-acc1-8672ce480315/37215528860-250.jpg",
    "song": "Up in the Clouds",
    "track_id": null,
    "recording_id": "a3c7222c-f963-4724-b680-60ce025dc86c",
    "artist": "Skegss",
    "artist_ids": [
        "6240c77b-82be-42d9-8199-9e4dba700c00"
    ],
    "album": "My Own Mess",
    "release_id": null,
    "release_group_id": "63941a39-5e08-4a44-a215-604e7d723628",
    "labels": [
        "Ratbag Records"
    ],
    "label_ids": [
        "90cd952c-0e7c-4992-8bc2-8f9d2012a39f"
    ],
    "release_date": "2018-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Skegss will be playing at The Neptune Theater in Seattle on March 3rd and at the UC Theater in Berkeley, CA on March 7th.\n\nhttps://skegss.com/#tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}