Information about plays

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

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

{
    "id": 3585142,
    "uri": "https://api.kexp.org/v2/plays/3585142/?format=api",
    "airdate": "2025-11-30T18:29:12-08:00",
    "show": 65255,
    "show_uri": "https://api.kexp.org/v2/shows/65255/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Give It Up (Part 1 & 2 Edit)",
    "track_id": null,
    "recording_id": "ae4a2c35-e2b2-4a36-a98b-1ce196641ccd",
    "artist": "Martin Island",
    "artist_ids": [
        "97bb1a48-a138-4c8f-82e6-52ed003737c4"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Contraband Records"
    ],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Martin Island released the two-part \"Don't Give It Up\" in 1983 with Contraband Records. You can find the track on the compilation album Backstreet Brit Funk Vol. 2: Compiled by Joey Negro.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}