Information about plays

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

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

{
    "id": 3437761,
    "uri": "https://api.kexp.org/v2/plays/3437761/?format=api",
    "airdate": "2024-12-13T23:02:34-08:00",
    "show": 62102,
    "show_uri": "https://api.kexp.org/v2/shows/62102/?format=api",
    "image_uri": "https://coverartarchive.org/release/aab1d312-8526-42ed-b5b7-085c09e472a5/1559992321-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aab1d312-8526-42ed-b5b7-085c09e472a5/1559992321-250.jpg",
    "song": "I Wonder If Heaven Got a Ghetto",
    "track_id": null,
    "recording_id": "4e0ce1a1-3d65-4aeb-9133-64211022b72c",
    "artist": "2Pac",
    "artist_ids": [
        "382f1005-e9ab-4684-afd4-0bdae4ee37f2"
    ],
    "album": "R U Still Down? (Remember Me)",
    "release_id": null,
    "release_group_id": "1707088d-7938-3b91-995c-9a112a2b4f34",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1997-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}