Information about plays

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

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

{
    "id": 3420563,
    "uri": "https://api.kexp.org/v2/plays/3420563/?format=api",
    "airdate": "2024-11-02T18:11:17-07:00",
    "show": 61747,
    "show_uri": "https://api.kexp.org/v2/shows/61747/?format=api",
    "image_uri": "https://ia801905.us.archive.org/12/items/mbid-c4804b8a-d7b4-4a66-b7f6-dca576857e07/mbid-c4804b8a-d7b4-4a66-b7f6-dca576857e07-39392837034_thumb500.jpg",
    "thumbnail_uri": "https://ia801905.us.archive.org/12/items/mbid-c4804b8a-d7b4-4a66-b7f6-dca576857e07/mbid-c4804b8a-d7b4-4a66-b7f6-dca576857e07-39392837034_thumb250.jpg",
    "song": "Toilet Water",
    "track_id": "c399d5da-6841-4db4-9ba4-5f598df447ae",
    "recording_id": "c67206f0-3051-4520-bdc2-c2e3bee04bf4",
    "artist": "Oh, Rose",
    "artist_ids": [
        "7782c0aa-a9e6-439c-b8f0-97c57d09c2df"
    ],
    "album": "Dorothy",
    "release_id": "c4804b8a-d7b4-4a66-b7f6-dca576857e07",
    "release_group_id": "de3c7bdd-fa65-475d-b967-41a34930b029",
    "labels": [
        "Antiquated Future Records"
    ],
    "label_ids": [
        "fbe53c39-25da-4130-89e7-5b80534fbc86"
    ],
    "release_date": "2024-09-05",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The newest album from stellar Olympia-based band Oh, Rose! Listen to the whole album, released on Portland's Antiquated Future Records, below:\n\nhttps://antiquatedfuture.bandcamp.com/album/dorothy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}