Information about plays

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

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

{
    "id": 3416196,
    "uri": "https://api.kexp.org/v2/plays/3416196/?format=api",
    "airdate": "2024-10-23T06:03:46-07:00",
    "show": 61650,
    "show_uri": "https://api.kexp.org/v2/shows/61650/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shadows From Nowhere",
    "track_id": null,
    "recording_id": null,
    "artist": "Blue Gas",
    "artist_ids": [
        "b1898764-1060-4d25-a9b1-43b88152002f"
    ],
    "album": "Shadows From Nowhere",
    "release_id": null,
    "release_group_id": "3f2a7889-73e8-4e00-ba76-30b54fbcf18b",
    "labels": [],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blue Gas is one-off Italian electronic disco studio-project from Celso Valli, an Italian songwriter, composer, conductor, arranger and record producer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}