Information about plays

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

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

{
    "id": 3593376,
    "uri": "https://api.kexp.org/v2/plays/3593376/?format=api",
    "airdate": "2025-12-20T06:12:57-08:00",
    "show": 65425,
    "show_uri": "https://api.kexp.org/v2/shows/65425/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come in Please",
    "track_id": null,
    "recording_id": "141ce96d-cf99-42e9-9f36-040c833dc045",
    "artist": "Edward Sharpe & The Magnetic Zeros",
    "artist_ids": [
        "4a069029-4f64-4946-b650-01aeb0b55d9d"
    ],
    "album": "Up From Below",
    "release_id": null,
    "release_group_id": "c73f6578-c16e-4f81-910c-feb49e8f6afe",
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2009-07-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}