Information about plays

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

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

{
    "id": 3421804,
    "uri": "https://api.kexp.org/v2/plays/3421804/?format=api",
    "airdate": "2024-11-05T17:55:45-08:00",
    "show": 61773,
    "show_uri": "https://api.kexp.org/v2/shows/61773/?format=api",
    "image_uri": "https://ia803105.us.archive.org/17/items/mbid-86bdb978-10ee-47d1-8d78-824cd45b35f1/mbid-86bdb978-10ee-47d1-8d78-824cd45b35f1-24906986552_thumb500.jpg",
    "thumbnail_uri": "https://ia803105.us.archive.org/17/items/mbid-86bdb978-10ee-47d1-8d78-824cd45b35f1/mbid-86bdb978-10ee-47d1-8d78-824cd45b35f1-24906986552_thumb250.jpg",
    "song": "Letter From God to Man",
    "track_id": "716c9fda-9d7d-47c0-876e-d79010b96834",
    "recording_id": "ec366158-ae01-488a-9798-87353a7e3587",
    "artist": "Dan le Sac vs. Scroobius Pip",
    "artist_ids": [
        "fb8fb96b-e9aa-4cdd-b3b0-b49eaa0f32dd"
    ],
    "album": "Angles",
    "release_id": "b2513e78-f7e7-45f5-be57-6790e199b0ee",
    "release_group_id": "a96f4ed7-817c-3eb7-a3c3-8648ab691396",
    "labels": [
        "Strange Famous Records"
    ],
    "label_ids": [
        "91b3c431-8d3a-43c5-909d-c2f3380bd8db"
    ],
    "release_date": "2008-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Biz, listening from the CD. \"Hope yall are holding up, thank you for the cathartic mix of tunes today ✨\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}