Information about plays

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

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

{
    "id": 374980,
    "uri": "https://api.kexp.org/v2/plays/374980/?format=api",
    "airdate": "2019-08-31T21:21:39-07:00",
    "show": 6242,
    "show_uri": "https://api.kexp.org/v2/shows/6242/?format=api",
    "image_uri": "http://coverartarchive.org/release/da58f8bc-8cab-404c-96d5-1f0881d53189/15675906349-250.jpg",
    "thumbnail_uri": "",
    "song": "God's Chest",
    "track_id": "6999fa80-0886-4a1b-b433-f72f33fa3e58",
    "recording_id": null,
    "artist": "Uranium Club",
    "artist_ids": [
        "3f00f67f-e3ef-4b71-a32c-a4773abafa80"
    ],
    "album": "All of Them Naturals",
    "release_id": "da58f8bc-8cab-404c-96d5-1f0881d53189",
    "release_group_id": null,
    "labels": [
        "Static Shock Records"
    ],
    "label_ids": [
        "65fcbd30-08fe-48f6-971c-2021381769a8"
    ],
    "release_date": "2016-12-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Check out our song of the day podcast featuring Dr. West talking about Grease Monkey: https://www.kexp.org/podcasts/song-of-the-day/2019/4/29/uranium-club-grease-monkey/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}