Information about plays

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

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

{
    "id": 3420940,
    "uri": "https://api.kexp.org/v2/plays/3420940/?format=api",
    "airdate": "2024-11-03T14:44:49-08:00",
    "show": 61753,
    "show_uri": "https://api.kexp.org/v2/shows/61753/?format=api",
    "image_uri": "https://ia902305.us.archive.org/28/items/mbid-ff2b9424-c0f7-40fd-aeca-11855e96fde1/mbid-ff2b9424-c0f7-40fd-aeca-11855e96fde1-39863597894_thumb500.jpg",
    "thumbnail_uri": "https://ia802305.us.archive.org/28/items/mbid-ff2b9424-c0f7-40fd-aeca-11855e96fde1/mbid-ff2b9424-c0f7-40fd-aeca-11855e96fde1-39863597894_thumb250.jpg",
    "song": "Rebel Soul",
    "track_id": "c1b9973f-3a6b-4aa8-91d2-929d98bdd50c",
    "recording_id": "3c9768e0-3a68-4b94-b43b-ad21670497e6",
    "artist": "Michael Kiwanuka",
    "artist_ids": [
        "11f570ff-44d9-4e9c-8812-e6d56103c5c1"
    ],
    "album": "Small Changes",
    "release_id": "ff2b9424-c0f7-40fd-aeca-11855e96fde1",
    "release_group_id": "7940007c-780d-40aa-8eb8-c3d81768c6c0",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2024-11-15",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}