Information about plays

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

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

{
    "id": 3594714,
    "uri": "https://api.kexp.org/v2/plays/3594714/?format=api",
    "airdate": "2025-12-23T02:51:26-08:00",
    "show": 65453,
    "show_uri": "https://api.kexp.org/v2/shows/65453/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "white tee",
    "track_id": null,
    "recording_id": "6823da2a-ec53-4c5e-8b4a-2e5222657559",
    "artist": "Lil Peep & Lil Tracy",
    "artist_ids": [
        "92da4329-77a4-425c-8e92-4280110cace9",
        "ff94e0f3-8f1a-418a-a0f4-4c4a100603dc"
    ],
    "album": "EVERYBODY’S EVERYTHING",
    "release_id": null,
    "release_group_id": "f1826798-f4aa-40e7-98ee-5ef5d506923b",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Clayton and Alex listening from the UK!\n\nRIP LIL PEEP\n\nhttps://www.youtube.com/watch?v=fudsUhWAG_o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}