Information about plays

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

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

{
    "id": 351392,
    "uri": "https://api.kexp.org/v2/plays/351392/?format=api",
    "airdate": "2019-07-07T17:24:53-07:00",
    "show": 5855,
    "show_uri": "https://api.kexp.org/v2/shows/5855/?format=api",
    "image_uri": "http://coverartarchive.org/release/300135a3-b971-4943-8d5e-6fb40c2d0253/4812805415-250.jpg",
    "thumbnail_uri": "",
    "song": "Whirring",
    "track_id": "4b88911f-4d9d-3471-9377-5c4c44277a2d",
    "recording_id": null,
    "artist": "The Joy Formidable",
    "artist_ids": [
        "072d4c31-8fd7-4073-9efc-7e192b517906"
    ],
    "album": "The Big Roar",
    "release_id": "300135a3-b971-4943-8d5e-6fb40c2d0253",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2011-03-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Ballard Seafood Fest on Sat. Jul 13!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}