Information about plays

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

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

{
    "id": 3420859,
    "uri": "https://api.kexp.org/v2/plays/3420859/?format=api",
    "airdate": "2024-11-03T09:59:57-08:00",
    "show": 61752,
    "show_uri": "https://api.kexp.org/v2/shows/61752/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b56b627-0616-4f08-95fd-a77e5793f392/38220719014-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5b56b627-0616-4f08-95fd-a77e5793f392/38220719014-250.jpg",
    "song": "Fight On!",
    "track_id": null,
    "recording_id": "b475954b-9ee3-4ffd-a3ed-62739b9a8aa1",
    "artist": "The Harlem Gospel Travelers",
    "artist_ids": [
        "a8cbce80-f96d-47ce-bd79-3991c80ee5b4"
    ],
    "album": "Fight On!",
    "release_id": null,
    "release_group_id": "44418fc1-48cd-49f0-b965-7312e43276da",
    "labels": [
        "Colemine"
    ],
    "label_ids": [],
    "release_date": "2020-06-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Group member and songwriter Thomas Gatling says this about the song:\n“During slavery, songs were a form of communication for black people. These songs became known as hymns, or as our seasoned saints call them, the songs that brought us over. “Fight On” was inspired by a hymn called ”Hold On (Just A Little While Longer)”, a song used to encourage black people to not give up. \nhttps://theharlemgospeltravelers.bandcamp.com/album/fight-on",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}