Information about plays

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

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

{
    "id": 3421253,
    "uri": "https://api.kexp.org/v2/plays/3421253/?format=api",
    "airdate": "2024-11-04T08:30:58-08:00",
    "show": 61761,
    "show_uri": "https://api.kexp.org/v2/shows/61761/?format=api",
    "image_uri": "https://coverartarchive.org/release/1c6f2a35-4288-4f5d-9eec-97ca32e2a226/32304157771-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1c6f2a35-4288-4f5d-9eec-97ca32e2a226/32304157771-250.jpg",
    "song": "Passing Me By",
    "track_id": null,
    "recording_id": "b30e6b66-fbb7-4732-8d1b-c069b377cc30",
    "artist": "The Pharcyde",
    "artist_ids": [
        "d7134426-a937-43bf-bc54-f10ad8102ed9"
    ],
    "album": "Bizarre Ride II the Pharcyde",
    "release_id": null,
    "release_group_id": "c799ef0c-f038-364b-972b-51f52d794781",
    "labels": [
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1992-11-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song, produced by J-Swift, utilizes samples from \"Summer in the City\" by Quincy Jones, \"125th Street Congress\" by Weather Report, \"Are You Experienced?\" by The Jimi Hendrix Experience, and Eddie Russ' \"Hill Where the Lord Hides.\"\n--\nHere's an oral history of \"Passin' Me By\": https://www.spin.com/2012/06/pharcyde-look-back-20-years-passin-me/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}