Information about plays

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

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

{
    "id": 348903,
    "uri": "https://api.kexp.org/v2/plays/348903/?format=api",
    "airdate": "2019-07-02T04:31:37-07:00",
    "show": 5815,
    "show_uri": "https://api.kexp.org/v2/shows/5815/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey Hey, My My (Into the Black)",
    "track_id": "617cb352-4636-3c3a-8181-29598185119e",
    "recording_id": null,
    "artist": "Neil Young & Crazy Horse",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Rust Never Sleeps",
    "release_id": "49ef8c69-8c6b-3d22-83ac-610f75a904d5",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1990-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}