Information about plays

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

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

{
    "id": 348533,
    "uri": "https://api.kexp.org/v2/plays/348533/?format=api",
    "airdate": "2019-07-01T06:57:30-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "http://coverartarchive.org/release/71d9ac00-bfc4-3d0e-a0c2-bcd4fdafbd2e/2554937988-250.jpg",
    "thumbnail_uri": "",
    "song": "Polar Bear",
    "track_id": "a3ab1975-a2ad-3e71-b1bc-aa92a937b220",
    "recording_id": null,
    "artist": "Ride",
    "artist_ids": [
        "3f575ecd-627d-4f08-a89f-abd46d469c7e"
    ],
    "album": "Nowhere",
    "release_id": "71d9ac00-bfc4-3d0e-a0c2-bcd4fdafbd2e",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ride will play the Crocodile October 8th.  https://www.thebandride.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}