Information about plays

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

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

{
    "id": 371884,
    "uri": "https://api.kexp.org/v2/plays/371884/?format=api",
    "airdate": "2019-08-24T21:20:56-07:00",
    "show": 6195,
    "show_uri": "https://api.kexp.org/v2/shows/6195/?format=api",
    "image_uri": "http://coverartarchive.org/release/7013d6da-7cef-4868-9c4d-0bbc75d22e94/898351277-250.jpg",
    "thumbnail_uri": "",
    "song": "Baby Baby",
    "track_id": "ec7c2a85-3c8d-3cf8-91f7-a25a8f273629",
    "recording_id": null,
    "artist": "The Vibrators",
    "artist_ids": [
        "91436354-22e4-4c16-be69-4c9561946d5b"
    ],
    "album": "The Power of Money: The Best of the Vibrators",
    "release_id": "7013d6da-7cef-4868-9c4d-0bbc75d22e94",
    "release_group_id": null,
    "labels": [
        "Anagram Records"
    ],
    "label_ids": [
        "83ca98d2-7d99-40f1-8e60-dc35c7b78508"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing at Lucky Liquor tonight!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}