Information about plays

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

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

{
    "id": 3519816,
    "uri": "https://api.kexp.org/v2/plays/3519816/?format=api",
    "airdate": "2025-06-28T05:38:50-07:00",
    "show": 63856,
    "show_uri": "https://api.kexp.org/v2/shows/63856/?format=api",
    "image_uri": "https://ia800407.us.archive.org/6/items/mbid-7e0134b5-07cb-4dcd-9299-534a0693f271/mbid-7e0134b5-07cb-4dcd-9299-534a0693f271-32338134411_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-7e0134b5-07cb-4dcd-9299-534a0693f271/mbid-7e0134b5-07cb-4dcd-9299-534a0693f271-32338134411_thumb250.jpg",
    "song": "Confidence",
    "track_id": "46bb338d-ad1d-494c-ad13-2c88bf97ea74",
    "recording_id": "48a98abf-1e8a-4d64-ac85-dfa9f804217f",
    "artist": "Candi Staton",
    "artist_ids": [
        "6afcc957-d742-41c6-ad0b-31b2f1967353"
    ],
    "album": "Unstoppable",
    "release_id": "7e0134b5-07cb-4dcd-9299-534a0693f271",
    "release_group_id": "71722653-8ddd-4b12-8375-418959e63a48",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-08-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}