Information about plays

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

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

{
    "id": 3423855,
    "uri": "https://api.kexp.org/v2/plays/3423855/?format=api",
    "airdate": "2024-11-10T20:56:49-08:00",
    "show": 61817,
    "show_uri": "https://api.kexp.org/v2/shows/61817/?format=api",
    "image_uri": "https://coverartarchive.org/release/3470084a-1f7d-4220-a321-82a6559fff6d/36574935457-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3470084a-1f7d-4220-a321-82a6559fff6d/36574935457-250.jpg",
    "song": "Let There Be Peace",
    "track_id": null,
    "recording_id": "47cfee61-431f-4511-b486-c541b5a9a61f",
    "artist": "Mighty Ryeders",
    "artist_ids": [
        "2c8bf877-8410-4b61-b983-ed98492d4ff3"
    ],
    "album": "Help Us Spread the Message",
    "release_id": null,
    "release_group_id": "a793c872-719c-3bde-8d21-8e17f31abb0f",
    "labels": [
        "Sun Glo Records"
    ],
    "label_ids": [
        "c8a7242d-40cb-4629-b251-48e3757a015e"
    ],
    "release_date": "1978-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mighty Ryeders released \"Let There Be Peace\" in 1978 on the album Help Us Spread the Message.\nFunk group Mighty Ryeders is comprised of Carl Crowder, Lionel H. Harrison and Rodney Mathews.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}