Information about plays

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

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

{
    "id": 370760,
    "uri": "https://api.kexp.org/v2/plays/370760/?format=api",
    "airdate": "2019-08-22T08:06:00-07:00",
    "show": 6177,
    "show_uri": "https://api.kexp.org/v2/shows/6177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "King of New York",
    "track_id": "cb1ccbd4-0f7a-4420-8f3d-d22a1cca194f",
    "recording_id": null,
    "artist": "Ghostface Killah",
    "artist_ids": [],
    "album": "Twelve Reasons to Die II",
    "release_id": "4db92caa-f3b9-465b-a67e-fdd3153fbe3b",
    "release_group_id": null,
    "labels": [
        "Linear Labs"
    ],
    "label_ids": [],
    "release_date": "2015-07-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}