Information about plays

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

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

{
    "id": 372851,
    "uri": "https://api.kexp.org/v2/plays/372851/?format=api",
    "airdate": "2019-08-27T05:48:39-07:00",
    "show": 6212,
    "show_uri": "https://api.kexp.org/v2/shows/6212/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Can Dream",
    "track_id": "c80ccc27-740f-49f9-b77d-54c6a3df838b",
    "recording_id": null,
    "artist": "Manatee Commune",
    "artist_ids": [
        "5dfdbd4d-339e-46e2-b7a5-b487af114025"
    ],
    "album": "PDA",
    "release_id": "64655010-9851-48c0-b3b9-0f3d9c1c5ccf",
    "release_group_id": null,
    "labels": [
        "Bastard Jazz Recordings"
    ],
    "label_ids": [
        "1c84f4d1-6892-4323-b562-e8d4902f8032"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing SUNDAY at Bumbershoot - 6.20 pm at the Mural Amphitheatre!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}