Information about plays

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

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

{
    "id": 3420891,
    "uri": "https://api.kexp.org/v2/plays/3420891/?format=api",
    "airdate": "2024-11-03T11:55:08-08:00",
    "show": 61752,
    "show_uri": "https://api.kexp.org/v2/shows/61752/?format=api",
    "image_uri": "https://coverartarchive.org/release/81ebfb18-4318-4730-a7ac-fc0893eb8860/27579893478-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/81ebfb18-4318-4730-a7ac-fc0893eb8860/27579893478-250.jpg",
    "song": "Here Comes the Sun",
    "track_id": null,
    "recording_id": "64cc258d-c41b-4dc2-b756-c17d96793736",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Here Comes the Sun",
    "release_id": null,
    "release_group_id": "993a71e2-2a0f-34e7-b6f5-9fe819409708",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1971-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recording at a time that her mental health was deteriorating as she dealt with career pressures, a disintegrating marriage and disillusionment with the progress of the civil-rights movement, the hopeful message of the song is all the more powerful.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}