Information about plays

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

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

{
    "id": 3416953,
    "uri": "https://api.kexp.org/v2/plays/3416953/?format=api",
    "airdate": "2024-10-25T02:56:26-07:00",
    "show": 61665,
    "show_uri": "https://api.kexp.org/v2/shows/61665/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Valley Ghoul",
    "track_id": null,
    "recording_id": "b6088bae-b2f0-447c-ac33-a1039c0f7039",
    "artist": "Provoker",
    "artist_ids": [
        "35d030b7-f38b-4d28-ae37-6eb6ce39b139"
    ],
    "album": "Demon Compass",
    "release_id": null,
    "release_group_id": "9a9ec944-be5a-4457-9293-f5f056108ca4",
    "labels": [
        "YEAR0001"
    ],
    "label_ids": [
        "f722d3e7-56d1-46a2-a51f-8ca43cc6e26b"
    ],
    "release_date": "2023-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}