Information about plays

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

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

{
    "id": 3437368,
    "uri": "https://api.kexp.org/v2/plays/3437368/?format=api",
    "airdate": "2024-12-13T00:54:57-08:00",
    "show": 62093,
    "show_uri": "https://api.kexp.org/v2/shows/62093/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your Love is Keeping Me Alive",
    "track_id": null,
    "recording_id": "ebea9dc3-8003-48b9-81e9-2a796c1c9a52",
    "artist": "Azar Lawrence",
    "artist_ids": [
        "8935ef74-e1ac-4683-858f-64ebc7808fad"
    ],
    "album": "Shadow Dancing",
    "release_id": null,
    "release_group_id": "9b9e0c99-47d5-409d-89a6-d64e7a0d0c4d",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}