Information about plays

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

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

{
    "id": 3437397,
    "uri": "https://api.kexp.org/v2/plays/3437397/?format=api",
    "airdate": "2024-12-13T02:37:46-08:00",
    "show": 62094,
    "show_uri": "https://api.kexp.org/v2/shows/62094/?format=api",
    "image_uri": "https://coverartarchive.org/release/9a2fda84-4b4f-4721-b77e-6a9d5e6814bd/2733387924-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9a2fda84-4b4f-4721-b77e-6a9d5e6814bd/2733387924-250.jpg",
    "song": "Hail Mary",
    "track_id": null,
    "recording_id": "ae2f4d17-3f67-4666-a67c-9c1b405e8ba5",
    "artist": "Makaveli",
    "artist_ids": [
        "e263a1d8-8228-4ede-9e17-7acf8470165a"
    ],
    "album": "The Don Killuminati: The 7 Day Theory",
    "release_id": null,
    "release_group_id": "5782e30e-fd08-349d-8a22-bbe8c5d7ffec",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1996-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}