Information about plays

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

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

{
    "id": 351370,
    "uri": "https://api.kexp.org/v2/plays/351370/?format=api",
    "airdate": "2019-07-07T16:05:17-07:00",
    "show": 5855,
    "show_uri": "https://api.kexp.org/v2/shows/5855/?format=api",
    "image_uri": "http://coverartarchive.org/release/0123d225-e035-3728-ac3a-3758c9d4edad/7940728317-250.jpg",
    "thumbnail_uri": "",
    "song": "Divine Hammer",
    "track_id": "1b28ae62-96b7-3377-9b2e-95d9a8177e27",
    "recording_id": null,
    "artist": "The Breeders",
    "artist_ids": [
        "667e856e-f3a7-42e9-8244-95422ef31321"
    ],
    "album": "Last Splash",
    "release_id": "0123d225-e035-3728-ac3a-3758c9d4edad",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1993-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Absolutely divine, hey!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}