Information about plays

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

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

{
    "id": 3421301,
    "uri": "https://api.kexp.org/v2/plays/3421301/?format=api",
    "airdate": "2024-11-04T11:27:02-08:00",
    "show": 61762,
    "show_uri": "https://api.kexp.org/v2/shows/61762/?format=api",
    "image_uri": "https://ia601505.us.archive.org/3/items/mbid-8bbaaabd-cade-4958-ba2b-52745a495e0b/mbid-8bbaaabd-cade-4958-ba2b-52745a495e0b-33702473174_thumb500.jpg",
    "thumbnail_uri": "https://ia601505.us.archive.org/3/items/mbid-8bbaaabd-cade-4958-ba2b-52745a495e0b/mbid-8bbaaabd-cade-4958-ba2b-52745a495e0b-33702473174_thumb250.jpg",
    "song": "new body rhumba (from the film White Noise)",
    "track_id": "713e6451-d329-4620-8115-2727bf83c3fe",
    "recording_id": "3e74e764-5891-422d-a0b4-4eae0a6cf216",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "new body rhumba (from the film White Noise)",
    "release_id": "8bbaaabd-cade-4958-ba2b-52745a495e0b",
    "release_group_id": "c7845ea7-6a75-46e9-af25-1cd1fe58e120",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}