Information about plays

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

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

{
    "id": 374098,
    "uri": "https://api.kexp.org/v2/plays/374098/?format=api",
    "airdate": "2019-08-29T17:24:57-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "http://coverartarchive.org/release/2ed28366-d982-4671-aec0-632cda8ca9bb/19290765672-250.jpg",
    "thumbnail_uri": "",
    "song": "Lemon Glow",
    "track_id": "c8d0d405-5a0c-41b0-a5f9-9d6f3df63ce3",
    "recording_id": null,
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "7",
    "release_id": "2ed28366-d982-4671-aec0-632cda8ca9bb",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2018-05-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"My girlfriend's birthday falls in mid-July, and I wanted to give her something special that wouldn't break the bank, so I decided to try my hand at arranging a bona fide cassette mix.\"- Daniel from \"ZR\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}