Information about plays

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

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

{
    "id": 1391483,
    "uri": "https://api.kexp.org/v2/plays/1391483/?format=api",
    "airdate": "2008-06-29T11:32:00-07:00",
    "show": 24286,
    "show_uri": "https://api.kexp.org/v2/shows/24286/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Somebody's Watching You",
    "track_id": "76e71fc0-5040-45a0-95de-0ccd14318067",
    "recording_id": null,
    "artist": "Little Sister",
    "artist_ids": [
        "b6625941-4199-40b0-bb50-231240dccc5c"
    ],
    "album": "Soul Hits of the '70s: Didn't It Blow Your Mind! Volume 4",
    "release_id": "1e54a587-c429-4b5f-8100-ede779ff01d4",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}