Information about plays

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

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

{
    "id": 3415587,
    "uri": "https://api.kexp.org/v2/plays/3415587/?format=api",
    "airdate": "2024-10-21T17:00:13-07:00",
    "show": 61638,
    "show_uri": "https://api.kexp.org/v2/shows/61638/?format=api",
    "image_uri": "https://coverartarchive.org/release/c53be6c2-1a17-4a4a-97e3-d40f61630236/22927827729-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c53be6c2-1a17-4a4a-97e3-d40f61630236/22927827729-250.jpg",
    "song": "Love",
    "track_id": null,
    "recording_id": "cc71bc49-b266-4ecf-a287-11d576f33d00",
    "artist": "Mos Def",
    "artist_ids": [
        "f5c4c27e-5902-4fc0-adfb-7775da3d5363"
    ],
    "album": "Black on Both Sides",
    "release_id": null,
    "release_group_id": "d6658b47-463a-390e-9417-99c818aea004",
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "1999-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song samples Eric B & Rakim's 1987 \"I Know You Got Soul.\" \n\n\"It was love for the thing that made me wanna stay out\nIt was love for the thing that made me stay in the house\nSpending time, writing rhymes\nTrying to find words that describe the vibe\nThat's inside the space...\"  Here are the lyrics: https://songmeanings.com/songs/view/146351/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}