Information about plays

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

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

{
    "id": 3662812,
    "uri": "https://api.kexp.org/v2/plays/3662812/?format=api",
    "airdate": "2026-06-02T13:32:57-07:00",
    "show": 66885,
    "show_uri": "https://api.kexp.org/v2/shows/66885/?format=api",
    "image_uri": "https://coverartarchive.org/release/48dc1ad1-4e30-4d8e-88f9-baa533248923/27808843853-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/48dc1ad1-4e30-4d8e-88f9-baa533248923/27808843853-250.jpg",
    "song": "Let No Man Put Asunder",
    "track_id": null,
    "recording_id": "8716adf0-c030-4cf4-aab1-e38ccb86a773",
    "artist": "First Choice",
    "artist_ids": [
        "bd1510da-7c76-4be3-a71e-9f5c71273176"
    ],
    "album": "Let No Man Put Asunder",
    "release_id": null,
    "release_group_id": "98c5adf8-ec70-3676-b0f0-6f75f852a63d",
    "labels": [
        "Salsoul Records"
    ],
    "label_ids": [
        "edb659b4-29cb-48f2-9d48-4fcfe9656e73"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.discogs.com/master/66064-First-Choice-Let-No-Man-Put-Asunder?srsltid=AfmBOoqKB39uyL06e4pfiu7k-PSLHKArG9GtpiPgqb_L99usdVNGsj7v",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}