Information about plays

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

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

{
    "id": 3413943,
    "uri": "https://api.kexp.org/v2/plays/3413943/?format=api",
    "airdate": "2024-10-17T15:43:00-07:00",
    "show": 61600,
    "show_uri": "https://api.kexp.org/v2/shows/61600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life Can Be Beautiful",
    "track_id": null,
    "recording_id": "0f7f11bd-3e46-428d-95e2-76108c7b5454",
    "artist": "James Cleveland and The Angelic Choir",
    "artist_ids": [],
    "album": "Volume 4",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Savoy Records"
    ],
    "label_ids": [
        "afca1966-d675-4754-8baf-5822644d3a96"
    ],
    "release_date": "1964-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}