Information about plays

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

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

{
    "id": 3439046,
    "uri": "https://api.kexp.org/v2/plays/3439046/?format=api",
    "airdate": "2024-12-17T01:11:16-08:00",
    "show": 62131,
    "show_uri": "https://api.kexp.org/v2/shows/62131/?format=api",
    "image_uri": "https://coverartarchive.org/release/d7d52cb9-0b8e-487a-b1fa-29d06e33ae65/38638304747-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d7d52cb9-0b8e-487a-b1fa-29d06e33ae65/38638304747-250.jpg",
    "song": "SAD MEAL",
    "track_id": null,
    "recording_id": "0e564f54-3aab-44bc-bed1-f2d6976b751a",
    "artist": "Bladee",
    "artist_ids": [
        "cd689e77-dfdd-4f81-b50c-5e5a3f5e38a4"
    ],
    "album": "Cold Visions",
    "release_id": null,
    "release_group_id": "0ab15adb-b131-4066-97d4-bf2e769fdec2",
    "labels": [
        "Trash Island"
    ],
    "label_ids": [
        "3d55d31c-1b06-4537-88d9-fe81ed4b39e5"
    ],
    "release_date": "2024-04-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I'M AT MCDONALDS, GET THE SAD MEAL\n\nhttps://www.youtube.com/watch?v=qEyQHvvbfnU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}