Information about plays

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

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

{
    "id": 530801,
    "uri": "https://api.kexp.org/v2/plays/530801/?format=api",
    "airdate": "2002-03-25T00:26:44-08:00",
    "show": 9192,
    "show_uri": "https://api.kexp.org/v2/shows/9192/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51E09JZJRCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51E09JZJRCL._SL75_.jpg",
    "song": "Sing Me Back Home",
    "track_id": "befcc09b-378f-4c40-8919-17619f3742c9",
    "recording_id": null,
    "artist": "Merle Haggard",
    "artist_ids": [
        "deb2448c-6fdf-4d31-921e-757630515dbd"
    ],
    "album": "The Lonesome Fugitive: The Merle Haggard Anthology (1963-1977) (disc 1)",
    "release_id": "c744dc82-3bd9-4ebb-b6a0-bb47bd6133a0",
    "release_group_id": null,
    "labels": [
        "Razor & Tie"
    ],
    "label_ids": [
        "4b54d76e-7bf0-4988-9a17-1d9e212bb5e4"
    ],
    "release_date": "1995-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}