Information about plays

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

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

{
    "id": 3421895,
    "uri": "https://api.kexp.org/v2/plays/3421895/?format=api",
    "airdate": "2024-11-05T23:44:00-08:00",
    "show": 61775,
    "show_uri": "https://api.kexp.org/v2/shows/61775/?format=api",
    "image_uri": "https://coverartarchive.org/release/22fa9ed6-7634-451e-a126-0bc20fc2f4d2/39830921315-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/22fa9ed6-7634-451e-a126-0bc20fc2f4d2/39830921315-250.jpg",
    "song": "Float On",
    "track_id": null,
    "recording_id": "a5b0ef9e-ba72-4639-9e2c-3827dbf6fefb",
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "Good News for People Who Love Bad News",
    "release_id": null,
    "release_group_id": "65b47520-2e58-3bc2-a755-34ff35f23ad5",
    "labels": [
        "Epic"
    ],
    "label_ids": [],
    "release_date": "2004-04-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Issaquah, WA and based in Portland. http://www.modestmouse.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}