Information about plays

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

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

{
    "id": 3415462,
    "uri": "https://api.kexp.org/v2/plays/3415462/?format=api",
    "airdate": "2024-10-21T07:22:18-07:00",
    "show": 61635,
    "show_uri": "https://api.kexp.org/v2/shows/61635/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Angeles",
    "track_id": "09182055-51ff-3f54-a63e-e2360875b7db",
    "recording_id": "fc25d299-a73e-42dd-b118-d4d1813c36c8",
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "Either/Or",
    "release_id": "0a5aa565-8158-4e81-9776-af8044f6cc1e",
    "release_group_id": "dfb85157-313b-3f5f-8739-a5162bcb6345",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "1997-02-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 2003, we lost the Great Elliott Smith. \n\nHere's an oral history of this artist, compiled in 2013, ten years after his death: https://pitchfork.com/features/article/9246-keep-the-things-you-forgot-an-elliott-smith-oral-history/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}