Information about plays

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

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

{
    "id": 3603043,
    "uri": "https://api.kexp.org/v2/plays/3603043/?format=api",
    "airdate": "2026-01-11T10:59:20-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sally G.",
    "track_id": null,
    "recording_id": "f9847092-76e1-4c54-ac68-539f797e781a",
    "artist": "Paul McCartney",
    "artist_ids": [
        "ba550d0e-adac-4864-b88b-407cab5e76af"
    ],
    "album": "One Hand Clapping",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "MPL Communications"
    ],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded at Abbey Road Studios for a TV special that never aired, it was finally released in 2024. McCartney reflected on the sessions when it was released and shared he felt a lot of doubt about his songwriting abilities back then.\nhttps://www.paulmccartney.com/news/you-gave-me-the-answer-one-hand-clapping-special",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}