Information about plays

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

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

{
    "id": 3413296,
    "uri": "https://api.kexp.org/v2/plays/3413296/?format=api",
    "airdate": "2024-10-16T07:26:35-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time Baby III",
    "track_id": null,
    "recording_id": "3be1e03e-376f-49fd-a0e3-2b372c6bfecd",
    "artist": "Medicine",
    "artist_ids": [
        "0f24bcb0-8d37-409d-aed1-92bd4e5337ed"
    ],
    "album": "The Crow: Original Motion Picture Soundtrack",
    "release_id": null,
    "release_group_id": "79247386-d530-3abd-884e-45d0a2c7d1df",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's that little Medicine scene from \"The Crow\" movie: https://www.youtube.com/watch?v=Lu9uLtJ7BIs -- The soundtrack album included a different version titled \"Time Baby III\" which features guest vocals from the Cocteau Twins' Elizabeth Fraser.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}