Information about plays

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

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

{
    "id": 3414930,
    "uri": "https://api.kexp.org/v2/plays/3414930/?format=api",
    "airdate": "2024-10-20T02:58:30-07:00",
    "show": 61624,
    "show_uri": "https://api.kexp.org/v2/shows/61624/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All in Green Went My Love Riding",
    "track_id": null,
    "recording_id": "10951d8e-8b5b-44e3-9db4-15df5ac2bab1",
    "artist": "Joan Baez",
    "artist_ids": [
        "92d37892-6186-4459-9cc1-f0dde57652d0"
    ],
    "album": "Baptism: A Journey Through Our Time",
    "release_id": null,
    "release_group_id": "6146a451-4518-300f-b6ca-3eb56e054ab7",
    "labels": [
        "Vanguard"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "release_date": "1968-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}