Information about plays

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

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

{
    "id": 3428582,
    "uri": "https://api.kexp.org/v2/plays/3428582/?format=api",
    "airdate": "2024-11-22T08:20:14-08:00",
    "show": 61914,
    "show_uri": "https://api.kexp.org/v2/shows/61914/?format=api",
    "image_uri": "https://ia600901.us.archive.org/1/items/mbid-5937da39-4c6a-3f3b-9f96-bc54ebbd23ed/mbid-5937da39-4c6a-3f3b-9f96-bc54ebbd23ed-8995104049_thumb500.jpg",
    "thumbnail_uri": "https://ia800901.us.archive.org/1/items/mbid-5937da39-4c6a-3f3b-9f96-bc54ebbd23ed/mbid-5937da39-4c6a-3f3b-9f96-bc54ebbd23ed-8995104049_thumb250.jpg",
    "song": "Mothers Talk",
    "track_id": "e1ef4ca3-1061-3a97-b168-8e0f89dd433d",
    "recording_id": "4d83054a-97ed-4a94-8b2d-baba3a503313",
    "artist": "Tears for Fears",
    "artist_ids": [
        "7c7f9c94-dee8-4903-892b-6cf44652e2de"
    ],
    "album": "Tears Roll Down: Greatest Hits 82–92",
    "release_id": "5937da39-4c6a-3f3b-9f96-bc54ebbd23ed",
    "release_group_id": "d65f150a-3b2b-34ca-904c-5bacaddd38a2",
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1992-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Tears for Fears perform \"Mothers Talk\" live in London in 1983: https://www.youtube.com/watch?v=VEysjoNGZhw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}