Information about plays

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

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

{
    "id": 3418364,
    "uri": "https://api.kexp.org/v2/plays/3418364/?format=api",
    "airdate": "2024-10-28T10:45:06-07:00",
    "show": 61698,
    "show_uri": "https://api.kexp.org/v2/shows/61698/?format=api",
    "image_uri": "https://ia600705.us.archive.org/33/items/mbid-3571479c-5dea-4d27-b915-bf2509d55c05/mbid-3571479c-5dea-4d27-b915-bf2509d55c05-21496892883_thumb500.jpg",
    "thumbnail_uri": "https://ia800705.us.archive.org/33/items/mbid-3571479c-5dea-4d27-b915-bf2509d55c05/mbid-3571479c-5dea-4d27-b915-bf2509d55c05-21496892883_thumb250.jpg",
    "song": "Stay Away",
    "track_id": "657ac334-9906-411e-b7a6-1c992bdd24fa",
    "recording_id": "8aebe231-b23b-432e-b1d6-db27d132b018",
    "artist": "Charles Bradley featuring Menahan Street Band",
    "artist_ids": [
        "dc6d2ba1-012c-47a7-ba3f-d74e76c30d53",
        "93da8c8a-bd13-4418-a00e-2861b8518a8d"
    ],
    "album": "Black Velvet",
    "release_id": "3571479c-5dea-4d27-b915-bf2509d55c05",
    "release_group_id": "765fa212-2b3d-4356-b37a-5abd813a3ee9",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2018-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Charles Bradley covering Nirvana's Stay Away with the Menahan Street Band.\n\nBradley was born in 1948 in Gainesville, Florida and died in in September 2017 at the age of 68.\nhttps://www.newyorker.com/culture/cultural-comment/the-courage-of-the-soul-singer-charles-bradley",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}