Information about plays

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

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

{
    "id": 1195963,
    "uri": "https://api.kexp.org/v2/plays/1195963/?format=api",
    "airdate": "2007-02-12T10:26:21-08:00",
    "show": 20966,
    "show_uri": "https://api.kexp.org/v2/shows/20966/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Makes You Think You're the One",
    "track_id": "4ac51438-6a29-437a-a525-73950f9c1119",
    "recording_id": null,
    "artist": "Camper Van Beethoven",
    "artist_ids": [
        "0ee7e64d-90ca-406b-b59a-3e551c556dbe"
    ],
    "album": "Tusk (disc 1)",
    "release_id": "4eb272d9-99cb-462d-a2d9-a6a4fd9bdce0",
    "release_group_id": null,
    "labels": [
        "Pitch-A-Tent"
    ],
    "label_ids": [
        "affcd44d-5ee6-4a64-87e2-5b6c36504509"
    ],
    "release_date": "2002-07-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}