Information about plays

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

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

{
    "id": 3420894,
    "uri": "https://api.kexp.org/v2/plays/3420894/?format=api",
    "airdate": "2024-11-03T12:09:23-08:00",
    "show": 61753,
    "show_uri": "https://api.kexp.org/v2/shows/61753/?format=api",
    "image_uri": "https://ia801604.us.archive.org/28/items/mbid-93ee650a-cd7b-4f51-9f51-aca082f814f5/mbid-93ee650a-cd7b-4f51-9f51-aca082f814f5-19517974680_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/28/items/mbid-93ee650a-cd7b-4f51-9f51-aca082f814f5/mbid-93ee650a-cd7b-4f51-9f51-aca082f814f5-19517974680_thumb250.jpg",
    "song": "Vote, Baby, Vote",
    "track_id": "ac2457ad-66dd-3c95-b71c-00d56b430ee6",
    "recording_id": "57778df3-3152-4f5d-b0fd-ae54f0d05e2e",
    "artist": "Deee‐Lite",
    "artist_ids": [
        "83d401e8-3322-4491-98d3-ec3a567c5047"
    ],
    "album": "Infinity Within",
    "release_id": "93ee650a-cd7b-4f51-9f51-aca082f814f5",
    "release_group_id": "490350f7-e4cc-3f64-b258-4d04e29ed612",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1992-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "VOTE BABY VOTE vote.gov\n\nMake your voice heard!  Don't hesitate to register to vote!\n\nHere are all the dates you need to know for every state to make magic happen: https://tinyurl.com/5y57n562",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}