Information about plays

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

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

{
    "id": 457235,
    "uri": "https://api.kexp.org/v2/plays/457235/?format=api",
    "airdate": "2001-08-19T09:00:00-07:00",
    "show": 7746,
    "show_uri": "https://api.kexp.org/v2/shows/7746/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Us Get Together",
    "track_id": "e5344016-0ee5-4036-8213-3366850477e1",
    "recording_id": null,
    "artist": "Rev. Gary Davis",
    "artist_ids": [
        "f66eefea-ff87-46b5-947d-b595a4bac5c9"
    ],
    "album": "Twelve Gates to the City",
    "release_id": "60a46d15-e8a4-475b-894e-bcdfa3160165",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}