Information about plays

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

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

{
    "id": 2680967,
    "uri": "https://api.kexp.org/v2/plays/2680967/?format=api",
    "airdate": "2020-01-01T20:59:35-08:00",
    "show": 46272,
    "show_uri": "https://api.kexp.org/v2/shows/46272/?format=api",
    "image_uri": "https://coverartarchive.org/release/a4d616e4-5fe9-4015-bcd4-1d2c2f7d054f/24930622278-250.jpg",
    "thumbnail_uri": "",
    "song": "Geology Dreamer",
    "track_id": "67b1a4ff-514a-4ee0-b18d-38f8d55e8273",
    "recording_id": null,
    "artist": "Hurt Valley",
    "artist_ids": [
        "0ecf2810-7772-4748-a89e-7b3ec080f500"
    ],
    "album": "Glacial Pace",
    "release_id": "a4d616e4-5fe9-4015-bcd4-1d2c2f7d054f",
    "release_group_id": null,
    "labels": [
        "Woodsist"
    ],
    "label_ids": [
        "f4b10497-515a-459b-a01b-3667eb8170e8"
    ],
    "release_date": "2019-12-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New sounds from LA artist Brian Collins   https://hurtvalley.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}