Information about plays

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

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

{
    "id": 3422250,
    "uri": "https://api.kexp.org/v2/plays/3422250/?format=api",
    "airdate": "2024-11-06T22:27:18-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "https://ia600706.us.archive.org/5/items/mbid-8e2278c1-249c-40e6-8b11-d0d8494c27bc/mbid-8e2278c1-249c-40e6-8b11-d0d8494c27bc-21971479800_thumb500.jpg",
    "thumbnail_uri": "https://ia600706.us.archive.org/5/items/mbid-8e2278c1-249c-40e6-8b11-d0d8494c27bc/mbid-8e2278c1-249c-40e6-8b11-d0d8494c27bc-21971479800_thumb250.jpg",
    "song": "This Old Heart of Mine (Is Weak for You)",
    "track_id": "09eeacf0-4358-39da-9619-abfa5cf0761f",
    "recording_id": "30b72f63-e87d-44ae-a25b-f6e83abe67c2",
    "artist": "The Isley Brothers",
    "artist_ids": [
        "4a76400d-283f-492e-9754-18ef41755f81"
    ],
    "album": "The R&B Box: 30 Years of Rhythm & Blues",
    "release_id": "8e2278c1-249c-40e6-8b11-d0d8494c27bc",
    "release_group_id": "19314ba7-57e8-3374-b3bd-8b171bd92bd8",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-11-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}