Information about plays

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

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

{
    "id": 3438767,
    "uri": "https://api.kexp.org/v2/plays/3438767/?format=api",
    "airdate": "2024-12-16T07:49:32-08:00",
    "show": 62125,
    "show_uri": "https://api.kexp.org/v2/shows/62125/?format=api",
    "image_uri": "https://ia601304.us.archive.org/17/items/mbid-b33bf6d4-8acd-4f07-a0b3-fb7335bc4745/mbid-b33bf6d4-8acd-4f07-a0b3-fb7335bc4745-12120015620_thumb500.jpg",
    "thumbnail_uri": "https://ia601304.us.archive.org/17/items/mbid-b33bf6d4-8acd-4f07-a0b3-fb7335bc4745/mbid-b33bf6d4-8acd-4f07-a0b3-fb7335bc4745-12120015620_thumb250.jpg",
    "song": "Goodbye",
    "track_id": "54a68418-4e46-30c4-9e90-1692ca559aa0",
    "recording_id": "bccd73b0-ae1d-4322-a9e4-32b312c9d796",
    "artist": "The Sundays",
    "artist_ids": [
        "9df32318-47d5-4df7-bc68-3ed9e15eb0f6"
    ],
    "album": "Blind",
    "release_id": "b33bf6d4-8acd-4f07-a0b3-fb7335bc4745",
    "release_group_id": "2a2ea74e-3964-3439-9280-c47e6af9b116",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1992-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jason in SF: The Sundays are the perfect start to Mondays.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}