Information about plays

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

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

{
    "id": 3421346,
    "uri": "https://api.kexp.org/v2/plays/3421346/?format=api",
    "airdate": "2024-11-04T14:37:08-08:00",
    "show": 61763,
    "show_uri": "https://api.kexp.org/v2/shows/61763/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wrote a Simple Song",
    "track_id": null,
    "recording_id": "560a3972-ed72-453c-a68b-ceaa08366252",
    "artist": "Billy Preston",
    "artist_ids": [
        "8a7cf497-dc5c-4523-932d-3fcbc9a69d38"
    ],
    "album": "I Wrote a Simple Song",
    "release_id": null,
    "release_group_id": "ff79a194-0f7d-4c1b-946d-99012bdb05b9",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1971-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The recording features a guest appearance from Preston's Apple producer, George Harrison, on dobro, and an orchestral arrangement by Quincy Jones.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}