Information about plays

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

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

{
    "id": 3428104,
    "uri": "https://api.kexp.org/v2/plays/3428104/?format=api",
    "airdate": "2024-11-21T03:57:52-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "https://ia601301.us.archive.org/30/items/mbid-5b332bc0-44ae-436c-a179-8f484c2b6350/mbid-5b332bc0-44ae-436c-a179-8f484c2b6350-13069731216_thumb500.jpg",
    "thumbnail_uri": "https://ia801301.us.archive.org/30/items/mbid-5b332bc0-44ae-436c-a179-8f484c2b6350/mbid-5b332bc0-44ae-436c-a179-8f484c2b6350-13069731216_thumb250.jpg",
    "song": "Blink",
    "track_id": "37a6ecd2-9ef6-3aae-a7e0-3537da583517",
    "recording_id": "06de14f5-9caf-4a17-8019-1ce0196baec7",
    "artist": "Blue Scholars",
    "artist_ids": [
        "69cd93fd-1c2b-40f5-ae03-7bf4b4213fd3"
    ],
    "album": "Blue Scholars",
    "release_id": "cdd8fbd2-78cf-42b6-b66d-66cc0d690a26",
    "release_group_id": "f4be3234-0afc-31e0-82e7-b7eba0d69061",
    "labels": [],
    "label_ids": [],
    "release_date": "2004-02-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}