Information about plays

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

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

{
    "id": 3422408,
    "uri": "https://api.kexp.org/v2/plays/3422408/?format=api",
    "airdate": "2024-11-07T06:55:24-08:00",
    "show": 61785,
    "show_uri": "https://api.kexp.org/v2/shows/61785/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "'We Shall Overcome'",
    "track_id": null,
    "recording_id": "8d14f88e-57cd-4919-9ed3-1945692a50b3",
    "artist": "Martin Luther King, Jr.",
    "artist_ids": [
        "80f23097-a035-4409-84d7-7caa855f53a8"
    ],
    "album": "We Shall Overcome",
    "release_id": null,
    "release_group_id": "9179661d-7aee-391a-9bb9-e84ce53e9788",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We Shall Overcome.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}