Information about plays

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

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

{
    "id": 3421660,
    "uri": "https://api.kexp.org/v2/plays/3421660/?format=api",
    "airdate": "2024-11-05T08:55:12-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://ia801604.us.archive.org/6/items/mbid-6346dea9-4d73-47c6-953b-bcd1379a0159/mbid-6346dea9-4d73-47c6-953b-bcd1379a0159-9574447765_thumb500.jpg",
    "thumbnail_uri": "https://ia601604.us.archive.org/6/items/mbid-6346dea9-4d73-47c6-953b-bcd1379a0159/mbid-6346dea9-4d73-47c6-953b-bcd1379a0159-9574447765_thumb250.jpg",
    "song": "Eve of Destruction",
    "track_id": "dd020ef8-2968-3c7e-9083-18e324e9496c",
    "recording_id": "ca1ca230-1777-486b-a14e-5a6aa4e4eb43",
    "artist": "Barry McGuire",
    "artist_ids": [
        "43a5364c-7096-4f9b-ab63-b71d62af52bd"
    ],
    "album": "Eve of Destruction",
    "release_id": "6346dea9-4d73-47c6-953b-bcd1379a0159",
    "release_group_id": "03c2b1de-c98c-357c-a241-efd4257d732b",
    "labels": [
        "Dunhill Records"
    ],
    "label_ids": [
        "42fdb729-af9c-41b6-a7d7-6639501d2c09"
    ],
    "release_date": "1965-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}