Information about plays

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

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

{
    "id": 499885,
    "uri": "https://api.kexp.org/v2/plays/499885/?format=api",
    "airdate": "2001-12-24T10:36:00-08:00",
    "show": 8584,
    "show_uri": "https://api.kexp.org/v2/shows/8584/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411XT0DKFJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411XT0DKFJL._SL75_.jpg",
    "song": "B Minor",
    "track_id": "edf26470-0482-4a29-840b-118f8322548e",
    "recording_id": null,
    "artist": "Lanterna",
    "artist_ids": [
        "a062486d-99e6-425a-b2a6-fcce15cd3e8e"
    ],
    "album": "Elm Street",
    "release_id": "8c87b3ab-fb2c-4dd8-a0db-e07b2a6ce160",
    "release_group_id": null,
    "labels": [
        "Badman Recording Co."
    ],
    "label_ids": [
        "deec54b6-e38c-41cf-87b6-8116c4ea5f9a"
    ],
    "release_date": "2001-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}