Information about plays

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

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

{
    "id": 350257,
    "uri": "https://api.kexp.org/v2/plays/350257/?format=api",
    "airdate": "2019-07-05T01:05:14-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "http://coverartarchive.org/release/c88af303-c42f-410e-bab6-974bb97e761f/21992075735-250.jpg",
    "thumbnail_uri": "",
    "song": "Modafinil Blues",
    "track_id": "bbc6a4cf-3d0c-476a-8311-90e5ddec85bc",
    "recording_id": null,
    "artist": "Matthew Dear",
    "artist_ids": [
        "3d191c12-be64-4f90-94d8-ac324b2b3544"
    ],
    "album": "Bunny",
    "release_id": "c88af303-c42f-410e-bab6-974bb97e761f",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2018-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}