Information about plays

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

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

{
    "id": 3422895,
    "uri": "https://api.kexp.org/v2/plays/3422895/?format=api",
    "airdate": "2024-11-08T12:12:07-08:00",
    "show": 61795,
    "show_uri": "https://api.kexp.org/v2/shows/61795/?format=api",
    "image_uri": "https://coverartarchive.org/release/4eebfd89-df96-4017-b70f-795a0702d2c5/8690836098-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4eebfd89-df96-4017-b70f-795a0702d2c5/8690836098-250.jpg",
    "song": "Panic Switch",
    "track_id": null,
    "recording_id": "f3de94cc-430b-4311-94e8-83a686db917b",
    "artist": "Silversun Pickups",
    "artist_ids": [
        "b5bd9f88-962e-4730-84a7-795592ba42e8"
    ],
    "album": "Swoon",
    "release_id": null,
    "release_group_id": "c47dc68d-1ce6-39fb-bda3-2ce1be024eb1",
    "labels": [
        "Dangerbird Records"
    ],
    "label_ids": [
        "af89464c-9366-4ba4-a549-84e482bbbe02"
    ],
    "release_date": "2009-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Silversun Pickups have played Live on KEXP many times! Their most recent session was in 2019. Watch the video here: https://www.youtube.com/watch?v=son5BkQD-IQ&t=10s\n\n\"Panic Switch\" comes from the LA-based group's 2009 Swoon album. https://silversunpickups.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}