Information about plays

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

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

{
    "id": 3324007,
    "uri": "https://api.kexp.org/v2/plays/3324007/?format=api",
    "airdate": "2024-03-19T11:00:11-07:00",
    "show": 59718,
    "show_uri": "https://api.kexp.org/v2/shows/59718/?format=api",
    "image_uri": "https://coverartarchive.org/release/034e0c73-c2df-328b-861c-3db28217aeed/4924862361-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/034e0c73-c2df-328b-861c-3db28217aeed/4924862361-250.jpg",
    "song": "Birthday",
    "track_id": null,
    "recording_id": "b722534e-802f-400f-8b34-482f32c86d2e",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "The Beatles",
    "release_id": null,
    "release_group_id": "055be730-dcad-31bf-b550-45ba9c202aa3",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1968-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday, Jenn!!\n--\nThe unique sound of this song was not supplied by an organ or any kind of keyboard. It came from running a guitar through a Leslie speaker. Such speakers are commonly found in keyboard instruments. The speaker rotates, which is what provides the different sound.\n--\nPaul McCartney played an upright piano that was rigged to sound like a harpsichord.\n--\nThe Beatles could have used traditional background singers on this track, but instead they commandeered Pattie Harrison and Yoko Ono to sing the \"birthday\" line in the chorus, simulating the regular voices that would sing a birthday greeting.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}