Information about plays

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

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

{
    "id": 351718,
    "uri": "https://api.kexp.org/v2/plays/351718/?format=api",
    "airdate": "2019-07-08T13:28:43-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "http://coverartarchive.org/release/2f1b11bf-5dfe-450e-9db9-6b7804dc90eb/8040240591-250.jpg",
    "thumbnail_uri": "",
    "song": "Weird Divide",
    "track_id": "050be924-667c-3fd1-ad29-fb02539c532e",
    "recording_id": null,
    "artist": "The Shins",
    "artist_ids": [
        "6c8b9855-ba8b-48f9-ac1d-42167f7f7b18"
    ],
    "album": "Oh, Inverted World",
    "release_id": "2f1b11bf-5dfe-450e-9db9-6b7804dc90eb",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2001-06-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}