Information about plays

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

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

{
    "id": 490793,
    "uri": "https://api.kexp.org/v2/plays/490793/?format=api",
    "airdate": "2001-11-27T07:00:00-08:00",
    "show": 8410,
    "show_uri": "https://api.kexp.org/v2/shows/8410/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31ZDZ55KHSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31ZDZ55KHSL._SL75_.jpg",
    "song": "This Is How It Feels",
    "track_id": null,
    "recording_id": null,
    "artist": "Inspiral Carpets",
    "artist_ids": [
        "03c2e506-e8bb-4bd6-9693-5aa97c8eea1c"
    ],
    "album": "Life",
    "release_id": "44f40ac4-f647-4d27-9813-25b792b58f00",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "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"
}