Information about plays

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

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

{
    "id": 3428241,
    "uri": "https://api.kexp.org/v2/plays/3428241/?format=api",
    "airdate": "2024-11-21T11:18:16-08:00",
    "show": 61908,
    "show_uri": "https://api.kexp.org/v2/shows/61908/?format=api",
    "image_uri": "https://ia800506.us.archive.org/13/items/mbid-29ef1b8e-a9fc-4579-bb0d-01ba3f0e4cdb/mbid-29ef1b8e-a9fc-4579-bb0d-01ba3f0e4cdb-38153615618_thumb500.jpg",
    "thumbnail_uri": "https://ia800506.us.archive.org/13/items/mbid-29ef1b8e-a9fc-4579-bb0d-01ba3f0e4cdb/mbid-29ef1b8e-a9fc-4579-bb0d-01ba3f0e4cdb-38153615618_thumb250.jpg",
    "song": "Mother Nature",
    "track_id": "a78ee7d5-45bf-4eeb-871d-7d521c6a44c9",
    "recording_id": "6157e684-e3fe-4643-b36a-fa2fbdd6d2e7",
    "artist": "MGMT",
    "artist_ids": [
        "c485632c-b784-4ee9-8ea1-c5fb365681fc"
    ],
    "album": "Loss Of Life",
    "release_id": "29ef1b8e-a9fc-4579-bb0d-01ba3f0e4cdb",
    "release_group_id": "49451d08-8ec8-46ff-9189-9388c82baa37",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2024-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a statement about this single from their recently-released sixth album, MGMT stated that the track “outlines the archetypical MGMT mythology of one hero attempting to get the other hero to come on the journey that they ‘must’ go on. One part sounds like Oasis.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}