Information about plays

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

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

{
    "id": 2682306,
    "uri": "https://api.kexp.org/v2/plays/2682306/?format=api",
    "airdate": "2020-01-05T03:20:52-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "https://coverartarchive.org/release/f4ed8d31-b9e4-43de-8b75-c17022f590a0/24207120093-250.jpg",
    "thumbnail_uri": "",
    "song": "Atoms Song",
    "track_id": "c5ebb31c-8817-47d1-9334-7195be5dd29f",
    "recording_id": null,
    "artist": "Teebs feat.Thomas Stankiewicz",
    "artist_ids": [
        "5b6b10fb-514a-4802-8bd8-11dc00e23580"
    ],
    "album": "Anicca",
    "release_id": "f4ed8d31-b9e4-43de-8b75-c17022f590a0",
    "release_group_id": null,
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on Brainfeeder, 'Anicca' is the latest release in 5 years by LA based artist Teebs. Taking a very DIY approach, intimate family life is the inspiration for the music:  \"The album was recorded mostly at home using his Roland SP-404 sampler, Mellotron M4000D synthesizer, seprewa (Ghanaian harp-lute), guitar and laptop\"https://teebs.bandcamp.com/album/anicca",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}