Information about plays

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

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

{
    "id": 3413991,
    "uri": "https://api.kexp.org/v2/plays/3413991/?format=api",
    "airdate": "2024-10-17T18:31:19-07:00",
    "show": 61601,
    "show_uri": "https://api.kexp.org/v2/shows/61601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Calling Occupants of Interplanetary Craft",
    "track_id": null,
    "recording_id": "c4d08478-36b4-402e-bc52-c3479103e5a5",
    "artist": "Carpenters",
    "artist_ids": [
        "4580d83b-093e-4241-91fb-2dd71f5f1f3f"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video here: https://www.youtube.com/watch?v=teBV0EoJJY8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}