Information about plays

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

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

{
    "id": 3428101,
    "uri": "https://api.kexp.org/v2/plays/3428101/?format=api",
    "airdate": "2024-11-21T03:49:42-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "https://coverartarchive.org/release/14a7bcf6-8cfa-44bd-b08f-c7d7b42239ca/15517336705-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/14a7bcf6-8cfa-44bd-b08f-c7d7b42239ca/15517336705-250.jpg",
    "song": "Am I Ever Gonna See Your Face Again",
    "track_id": null,
    "recording_id": "3a16cffc-8c22-4586-bdfd-e2b21daf0286",
    "artist": "The Angels",
    "artist_ids": [
        "06e4547a-bdbf-44a6-bca6-af015fb05376"
    ],
    "album": "Face to Face",
    "release_id": null,
    "release_group_id": "d3ba3efb-fe65-3f31-9260-6508240fdd5d",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1978-08-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Angels from Australia, also known as Angel City",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}