Information about plays

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

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

{
    "id": 3421593,
    "uri": "https://api.kexp.org/v2/plays/3421593/?format=api",
    "airdate": "2024-11-05T05:01:17-08:00",
    "show": 61768,
    "show_uri": "https://api.kexp.org/v2/shows/61768/?format=api",
    "image_uri": "https://ia601300.us.archive.org/17/items/mbid-d24e7761-a7c4-48f6-bd0a-8fa892147191/mbid-d24e7761-a7c4-48f6-bd0a-8fa892147191-13716047076_thumb500.jpg",
    "thumbnail_uri": "https://ia801300.us.archive.org/17/items/mbid-d24e7761-a7c4-48f6-bd0a-8fa892147191/mbid-d24e7761-a7c4-48f6-bd0a-8fa892147191-13716047076_thumb250.jpg",
    "song": "Personal Jesus",
    "track_id": "a965ca18-cad7-39aa-a9ac-a986d650f0be",
    "recording_id": "3c28eb47-edbe-49fe-ae24-7102dbda9b96",
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "American IV: The Man Comes Around",
    "release_id": "1e313a50-d295-44e2-9f0a-a40c34434061",
    "release_group_id": "aca4ccc8-5d1b-361e-ab21-396b2c6d42d3",
    "labels": [
        "American Recordings",
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0",
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "2002-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 2002, Johnny Cash released \"American IV: The Man Comes Around,\" the sixty-seventh and final non-posthumous studio album by Johnny Cash. The majority of the songs are covers which Cash performs in his own sparse style with help from producer Rick Rubin.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}