Information about plays

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

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

{
    "id": 3500947,
    "uri": "https://api.kexp.org/v2/plays/3500947/?format=api",
    "airdate": "2025-05-13T18:43:54-07:00",
    "show": 63452,
    "show_uri": "https://api.kexp.org/v2/shows/63452/?format=api",
    "image_uri": "https://ia600409.us.archive.org/8/items/mbid-af2c886d-aebe-4334-a28b-1b2e74ff3508/mbid-af2c886d-aebe-4334-a28b-1b2e74ff3508-27932805797_thumb500.jpg",
    "thumbnail_uri": "https://ia600409.us.archive.org/8/items/mbid-af2c886d-aebe-4334-a28b-1b2e74ff3508/mbid-af2c886d-aebe-4334-a28b-1b2e74ff3508-27932805797_thumb250.jpg",
    "song": "Stand Still",
    "track_id": "07e0f29d-fe5d-4364-a6ba-cd730ccc1a5d",
    "recording_id": "e4358a42-6273-49ec-9f42-3c6c79391898",
    "artist": "Sabrina Claudio",
    "artist_ids": [
        "944ac30d-4bb0-4321-9267-4c484385281b"
    ],
    "album": "About Time",
    "release_id": "af2c886d-aebe-4334-a28b-1b2e74ff3508",
    "release_group_id": "33ca47a9-708a-46f2-9668-ab5303dcceb3",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Stand Still\" is from Sabrina Claudio's 2017 album, About Time, but she also has a new album, releasing in June. \nShe is also touring and will be at the White River Amphitheater in Auburn on August 10th. \nhttps://sabrinaclaudio.co",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}