Information about plays

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

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

{
    "id": 3438121,
    "uri": "https://api.kexp.org/v2/plays/3438121/?format=api",
    "airdate": "2024-12-14T19:47:43-08:00",
    "show": 62111,
    "show_uri": "https://api.kexp.org/v2/shows/62111/?format=api",
    "image_uri": "https://ia800308.us.archive.org/2/items/mbid-9540d49e-72cc-4e0d-98c5-066f85572caa/mbid-9540d49e-72cc-4e0d-98c5-066f85572caa-38728125874_thumb500.jpg",
    "thumbnail_uri": "https://ia600308.us.archive.org/2/items/mbid-9540d49e-72cc-4e0d-98c5-066f85572caa/mbid-9540d49e-72cc-4e0d-98c5-066f85572caa-38728125874_thumb250.jpg",
    "song": "Fascination",
    "track_id": "4b4109e5-c0e3-4016-9b86-7535408db8c3",
    "recording_id": "f9d800e8-f169-4b47-8866-9a367cfbb7db",
    "artist": "LEATHERS",
    "artist_ids": [
        "509c11b5-db25-426b-9b78-75de5632c764"
    ],
    "album": "Ultraviolet",
    "release_id": "9540d49e-72cc-4e0d-98c5-066f85572caa",
    "release_group_id": "f435fbc9-c8b3-4f59-95d7-561d6ca5e2a6",
    "labels": [
        "Artoffact Records"
    ],
    "label_ids": [
        "25364892-b3e9-4692-bcbe-018fc26b9256"
    ],
    "release_date": "2024-08-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A request from Matt!! Thanks Matt!\n\n\"LEATHERS is the electro-pop project of Canadian musician and visual artist, Shannon Hemmett (also the keyboardist of acclaimed Vancouver post punk band ACTORS).\"\n\nhttps://leathers.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}