Information about plays

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

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

{
    "id": 507844,
    "uri": "https://api.kexp.org/v2/plays/507844/?format=api",
    "airdate": "2002-01-16T22:50:00-08:00",
    "show": 8740,
    "show_uri": "https://api.kexp.org/v2/shows/8740/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514UTHGfLvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514UTHGfLvL._SL75_.jpg",
    "song": "Wearing and Tearing",
    "track_id": "6747eaa6-461b-4179-8614-5ae829f119ca",
    "recording_id": null,
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "Coda",
    "release_id": "71807321-9c8e-4430-9f99-b69c2e7e6552",
    "release_group_id": null,
    "labels": [
        "Swan Song"
    ],
    "label_ids": [
        "e6b3a9cb-23a5-41ed-9bd9-bc540ef19bf5"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}