Information about plays

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

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

{
    "id": 3421858,
    "uri": "https://api.kexp.org/v2/plays/3421858/?format=api",
    "airdate": "2024-11-05T21:47:16-08:00",
    "show": 61774,
    "show_uri": "https://api.kexp.org/v2/shows/61774/?format=api",
    "image_uri": "https://coverartarchive.org/release/10bc450f-37e4-41a3-9a77-e461b199bc2d/5613382762-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/10bc450f-37e4-41a3-9a77-e461b199bc2d/5613382762-250.jpg",
    "song": "Sabu Yerkoy",
    "track_id": null,
    "recording_id": "6d7e8fb3-36b8-4a1e-9e30-8ae83fd56bc0",
    "artist": "Ali Farka Touré & Toumani Diabaté",
    "artist_ids": [
        "9be2a5ac-8201-489b-b5f6-91f958bf9060",
        "b96ba7e7-d882-409a-9825-ed3d6dbb437d"
    ],
    "album": "Ali and Toumani",
    "release_id": null,
    "release_group_id": "ccf65293-2e07-4188-934c-e4cf873c31b9",
    "labels": [
        "World Circuit"
    ],
    "label_ids": [
        "ad3947c8-2a1e-45b7-a41b-fd0f4d1065bc"
    ],
    "release_date": "2010-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An absolutely beautiful collaboration highlighting the kora.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}