Information about plays

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

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

{
    "id": 3422462,
    "uri": "https://api.kexp.org/v2/plays/3422462/?format=api",
    "airdate": "2024-11-07T10:09:10-08:00",
    "show": 61787,
    "show_uri": "https://api.kexp.org/v2/shows/61787/?format=api",
    "image_uri": "https://ia801503.us.archive.org/35/items/mbid-a3b1d148-d444-3f6a-84a6-add7c21b698d/mbid-a3b1d148-d444-3f6a-84a6-add7c21b698d-23429127260_thumb500.jpg",
    "thumbnail_uri": "https://ia801503.us.archive.org/35/items/mbid-a3b1d148-d444-3f6a-84a6-add7c21b698d/mbid-a3b1d148-d444-3f6a-84a6-add7c21b698d-23429127260_thumb250.jpg",
    "song": "Rise Above",
    "track_id": "0830b177-3528-3dcd-aaa4-4099597e99e7",
    "recording_id": "aff08032-4540-45c4-b047-1d7c4d8edeaf",
    "artist": "Black Flag",
    "artist_ids": [
        "9941a936-196a-4a62-ae53-a69cbc33f20e"
    ],
    "album": "Damaged",
    "release_id": "a3b1d148-d444-3f6a-84a6-add7c21b698d",
    "release_group_id": "2cf40300-0f67-3136-9b84-57104f1f7a50",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1988-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Third album from the LA band, first with Henry Rollins as lead singer. Their record label had a distribution deal with MCA Records who refused to distribute the album after the label's president, Al Bergamo, objected to its lyrical content. The band personally visited the pressing plant and applied a sticker over the MCA logo with Bergamo’s quote, \"As a parent ... I found it an anti-parent record.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}