Information about plays

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

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

{
    "id": 3421278,
    "uri": "https://api.kexp.org/v2/plays/3421278/?format=api",
    "airdate": "2024-11-04T10:03:36-08:00",
    "show": 61761,
    "show_uri": "https://api.kexp.org/v2/shows/61761/?format=api",
    "image_uri": "https://ia801406.us.archive.org/23/items/mbid-fdabea00-6568-4551-bf4a-b6cf0749c17e/mbid-fdabea00-6568-4551-bf4a-b6cf0749c17e-16146918578_thumb500.jpg",
    "thumbnail_uri": "https://ia601406.us.archive.org/23/items/mbid-fdabea00-6568-4551-bf4a-b6cf0749c17e/mbid-fdabea00-6568-4551-bf4a-b6cf0749c17e-16146918578_thumb250.jpg",
    "song": "Strawberry Letter 23",
    "track_id": "d3ce119b-dc63-3d12-9df0-bc46f1854e25",
    "recording_id": "2dc90c25-ad50-4150-8860-5e58421359dc",
    "artist": "The Brothers Johnson",
    "artist_ids": [
        "cfb830a4-66ca-4d81-a099-033883b39ad8"
    ],
    "album": "Right on Time",
    "release_id": "fdabea00-6568-4551-bf4a-b6cf0749c17e",
    "release_group_id": "1863bd0d-70f2-3146-9475-9f2bbe379081",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1977-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}