Information about plays

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

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

{
    "id": 3582342,
    "uri": "https://api.kexp.org/v2/plays/3582342/?format=api",
    "airdate": "2025-11-24T11:13:29-08:00",
    "show": 65199,
    "show_uri": "https://api.kexp.org/v2/shows/65199/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trouble Over Me",
    "track_id": "0dd8379d-5b1e-3a35-9d54-7fa14d7e39f3",
    "recording_id": "a7c476a5-321c-4176-9638-634f83f76dc7",
    "artist": "Tift Merritt",
    "artist_ids": [
        "e6dd42c7-9ed4-41c8-bf50-3387ece6573b"
    ],
    "album": "Lost Highway: Lost & Found Volume 1",
    "release_id": "0dfd4e10-af5e-40f8-902c-da913157f0a6",
    "release_group_id": "a31e9c22-2e31-3f90-aeee-a5f50708d295",
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2003-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "TIFT MERRITT is a Grammy-nominated musician who wanted to be a writer until her father taught her guitar chords and Percy Sledge songs. https://bit.ly/4pzNzdz\n\nhttps://www.tiftmerritt.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}