Information about plays

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

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

{
    "id": 482231,
    "uri": "https://api.kexp.org/v2/plays/482231/?format=api",
    "airdate": "2001-10-31T17:48:00-08:00",
    "show": 8232,
    "show_uri": "https://api.kexp.org/v2/shows/8232/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31T4YJT0GEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31T4YJT0GEL._SL75_.jpg",
    "song": "Nightmare on My Street",
    "track_id": "b4d65109-86e0-49ae-8bef-5887a4473fec",
    "recording_id": null,
    "artist": "DJ Jazzy Jeff & The Fresh Prince",
    "artist_ids": [
        "a663d7d0-754b-40e2-9ea3-3c6c39fd5937"
    ],
    "album": "He's the DJ, I'm the Rapper",
    "release_id": "f0603968-2da2-424b-9e31-0ed50514ebbd",
    "release_group_id": null,
    "labels": [
        "BMG"
    ],
    "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"
}