Information about plays

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

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

{
    "id": 505733,
    "uri": "https://api.kexp.org/v2/plays/505733/?format=api",
    "airdate": "2002-01-10T16:14:00-08:00",
    "show": 8697,
    "show_uri": "https://api.kexp.org/v2/shows/8697/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Going, Going, Going, Gone",
    "track_id": "cde52c60-758d-4886-9467-624b38ed309e",
    "recording_id": null,
    "artist": "Charlie Watts Quintet",
    "artist_ids": [
        "88db1676-94dd-4881-bef1-fcd6d115229f"
    ],
    "album": "Tribute to Charlie Parker",
    "release_id": "3d016006-a790-4239-84e0-9b2a0c94e1ad",
    "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"
}