Information about plays

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

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

{
    "id": 3420790,
    "uri": "https://api.kexp.org/v2/plays/3420790/?format=api",
    "airdate": "2024-11-03T05:21:28-08:00",
    "show": 61750,
    "show_uri": "https://api.kexp.org/v2/shows/61750/?format=api",
    "image_uri": "https://ia903405.us.archive.org/33/items/mbid-d46a4ff4-a274-4118-a5f8-f167d2d5e89a/mbid-d46a4ff4-a274-4118-a5f8-f167d2d5e89a-39363195172_thumb500.jpg",
    "thumbnail_uri": "https://ia803405.us.archive.org/33/items/mbid-d46a4ff4-a274-4118-a5f8-f167d2d5e89a/mbid-d46a4ff4-a274-4118-a5f8-f167d2d5e89a-39363195172_thumb250.jpg",
    "song": "Mary Jane",
    "track_id": "92202552-e90a-4d2d-acba-dc42d393a511",
    "recording_id": "daa5b1c7-5b7a-4d80-8e2c-9e32632391bb",
    "artist": "Orion Sun",
    "artist_ids": [
        "b25798de-0ca8-4f44-886e-3d00f6e9be6e"
    ],
    "album": "Orion",
    "release_id": "d46a4ff4-a274-4118-a5f8-f167d2d5e89a",
    "release_group_id": "58edb2f2-2199-48a7-8059-064a8098a163",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2024-09-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}