Information about plays

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

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

{
    "id": 3574069,
    "uri": "https://api.kexp.org/v2/plays/3574069/?format=api",
    "airdate": "2025-11-04T22:20:59-08:00",
    "show": 65025,
    "show_uri": "https://api.kexp.org/v2/shows/65025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not Like Us",
    "track_id": "b705b3b6-3051-4c89-80df-aa2bbe32bcb4",
    "recording_id": "167b0a18-8923-4f64-82dd-30fb57e6216f",
    "artist": "Kendrick Lamar",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "Not Like Us",
    "release_id": "de74b543-fb5b-4c35-8530-efb277f5cad1",
    "release_group_id": "564b9cea-cde5-46b5-bc66-2eb707920ee1",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2024-05-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}