Information about plays

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

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

{
    "id": 3413001,
    "uri": "https://api.kexp.org/v2/plays/3413001/?format=api",
    "airdate": "2024-10-15T14:13:32-07:00",
    "show": 61584,
    "show_uri": "https://api.kexp.org/v2/shows/61584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Warmth",
    "track_id": "146f2fc4-0a02-3571-a88d-53467c9cd630",
    "recording_id": "a9bd3f16-acdf-4086-81e7-8c9fb6aa6f33",
    "artist": "Craft Spells",
    "artist_ids": [
        "d3afff73-119e-406e-8551-9403e80c531b"
    ],
    "album": "Gallery",
    "release_id": "19a301d4-5e71-4603-8649-070d4b07c724",
    "release_group_id": "0472bb04-5df0-4f50-8761-e39cd761c81b",
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2012-05-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's own.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}