Information about plays

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

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

{
    "id": 433068,
    "uri": "https://api.kexp.org/v2/plays/433068/?format=api",
    "airdate": "2001-06-09T21:04:36-07:00",
    "show": 7286,
    "show_uri": "https://api.kexp.org/v2/shows/7286/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HRMVKM34L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HRMVKM34L._SL75_.jpg",
    "song": "Horny Dub",
    "track_id": "f992343a-9723-4776-95cf-c6f01066be96",
    "recording_id": null,
    "artist": "Rootical Sound",
    "artist_ids": [
        "fcd9c389-e1da-41ca-9e4f-886bddeff8f9"
    ],
    "album": "Hi-Fidelity Dub Sessions Presents: Roots Combination",
    "release_id": "842d0b5e-b447-4c24-97e9-8422df3952e8",
    "release_group_id": null,
    "labels": [
        "Guidance Recordings"
    ],
    "label_ids": [
        "cea69953-53e4-4ea2-9d00-19fc7f54d74c"
    ],
    "release_date": "2001-05-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}