Information about plays

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

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

{
    "id": 3416265,
    "uri": "https://api.kexp.org/v2/plays/3416265/?format=api",
    "airdate": "2024-10-23T09:15:18-07:00",
    "show": 61651,
    "show_uri": "https://api.kexp.org/v2/shows/61651/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shim Sham",
    "track_id": "169d9967-11f5-3338-8882-662e0bcaff26",
    "recording_id": "093970fe-97b1-4b02-8d29-8f4c1f09db7f",
    "artist": "Imperial Teen",
    "artist_ids": [
        "7d478bd2-d228-46a8-8a7c-ef68a61fd339"
    ],
    "album": "The Hair, the TV, the Baby and the Band",
    "release_id": "d0a490be-7c91-460f-aa5a-30e5d461e9c6",
    "release_group_id": "d6cec8ec-797e-3fd9-b872-d05148c39eaa",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2007-08-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song references the Shim Sham Club, a real venue in New Orleans!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}