Information about plays

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

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

{
    "id": 3411539,
    "uri": "https://api.kexp.org/v2/plays/3411539/?format=api",
    "airdate": "2024-10-12T03:11:20-07:00",
    "show": 61553,
    "show_uri": "https://api.kexp.org/v2/shows/61553/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another World",
    "track_id": "f8d54238-f18d-3abe-a7fb-c0db2428395d",
    "recording_id": "1640b3a6-e651-4489-898e-b718cabd53b9",
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Further",
    "release_id": "a2c6762d-98d4-4cdd-85b6-3f83518da58f",
    "release_group_id": "8d3659b5-e2b0-4651-906e-721630ca649c",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2010-06-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}