Information about plays

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

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

{
    "id": 3422066,
    "uri": "https://api.kexp.org/v2/plays/3422066/?format=api",
    "airdate": "2024-11-06T10:36:33-08:00",
    "show": 61779,
    "show_uri": "https://api.kexp.org/v2/shows/61779/?format=api",
    "image_uri": "https://ia800706.us.archive.org/22/items/mbid-2ab6cc8b-761d-4b12-a446-9f3e5c4a3d24/mbid-2ab6cc8b-761d-4b12-a446-9f3e5c4a3d24-21340722281_thumb500.jpg",
    "thumbnail_uri": "https://ia800706.us.archive.org/22/items/mbid-2ab6cc8b-761d-4b12-a446-9f3e5c4a3d24/mbid-2ab6cc8b-761d-4b12-a446-9f3e5c4a3d24-21340722281_thumb250.jpg",
    "song": "Face the Fire",
    "track_id": "132d8825-48f3-48ed-a427-06923b6729eb",
    "recording_id": "56702d4a-eb71-49c3-bc6e-41de4f083b48",
    "artist": "Boy Harsher",
    "artist_ids": [
        "6dc9bc09-a0c7-40f9-b491-f90845927533"
    ],
    "album": "Careful",
    "release_id": "2ab6cc8b-761d-4b12-a446-9f3e5c4a3d24",
    "release_group_id": "473c1534-3bf9-4ca3-b22f-1845e8ec4263",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dark, dance-y, electro-pop duo from Savannah, Georgia--it's Boy Harsher!\nThis song 'Face the Fire' comes off their third full length album, 'Careful.'\nIn 2022, they wrote, produced, and scored a short film, \"The Runner\" check it out here:\nhttps://www.imdb.com/title/tt17049142/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}