Information about plays

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

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

{
    "id": 350513,
    "uri": "https://api.kexp.org/v2/plays/350513/?format=api",
    "airdate": "2019-07-05T16:21:50-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "http://coverartarchive.org/release/8941a99a-22c6-4ca3-a9b0-83cbb0f43163/17014894055-250.jpg",
    "thumbnail_uri": "",
    "song": "Fire",
    "track_id": "368c69d5-db70-444f-9296-48f11a4f17db",
    "recording_id": null,
    "artist": "Beth Ditto",
    "artist_ids": [
        "a23b8dc2-97f4-4eab-a76d-dc3b2ef4b537"
    ],
    "album": "Fake Sugar",
    "release_id": "8941a99a-22c6-4ca3-a9b0-83cbb0f43163",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2017-06-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Produced by Jennifer Decilveo, Fake Sugar was released on June 16, 2017, through Virgin Records. The album's first single, \"Fire\", was released in April 2017.  Incorporating influences from a wide array of genres, the album is regarded as Ditto's \"embracement of her Southern roots.\"  https://bit.ly/2L4aPkK",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}