Information about plays

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

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

{
    "id": 489988,
    "uri": "https://api.kexp.org/v2/plays/489988/?format=api",
    "airdate": "2001-11-24T15:09:00-08:00",
    "show": 8389,
    "show_uri": "https://api.kexp.org/v2/shows/8389/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21RMSYRN32L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21RMSYRN32L._SL75_.jpg",
    "song": "So White",
    "track_id": null,
    "recording_id": null,
    "artist": "Juned",
    "artist_ids": [
        "458685cb-2358-4735-8d28-c93c802cebd1"
    ],
    "album": "Juned",
    "release_id": "80cfd2df-fd0f-4975-a6a5-0c392201af16",
    "release_group_id": null,
    "labels": [
        "up"
    ],
    "label_ids": [
        "a5684b50-61cf-494e-95a2-4dd46cea6004"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}