Information about plays

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

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

{
    "id": 374093,
    "uri": "https://api.kexp.org/v2/plays/374093/?format=api",
    "airdate": "2019-08-29T17:11:18-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "http://coverartarchive.org/release/b9678db1-8a10-3dab-8421-f93dd12e76bd/14458507542-250.jpg",
    "thumbnail_uri": "",
    "song": "Lust for Life",
    "track_id": "6c7d13c9-8134-357c-8b90-51b49b55f1b4",
    "recording_id": null,
    "artist": "Iggy Pop",
    "artist_ids": [
        "f37b3f31-b1f8-4b88-8cb5-b34f709b17d7"
    ],
    "album": "Lust for Life",
    "release_id": "b9678db1-8a10-3dab-8421-f93dd12e76bd",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On August 29, 1977, Iggy Pop released his second studio album (and second collaboration with David Bowie), Lust For Life. With Bowie on keyboards and backing vocals, the team included three-quarters of the future Tin Machine line-up. <br/><br/> Lust For Life was Pop's most commercially popular album to date, and remains his only Gold-certified release in the UK. Initially the album sold well in the US but the death of Elvis Presley caused RCA to quickly reissue Presley's catalogue and any promotional focus for Pop's album was lost.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}