Information about plays

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

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

{
    "id": 489091,
    "uri": "https://api.kexp.org/v2/plays/489091/?format=api",
    "airdate": "2001-11-22T01:23:00-08:00",
    "show": 8373,
    "show_uri": "https://api.kexp.org/v2/shows/8373/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51IkMuh7R9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51IkMuh7R9L._SL75_.jpg",
    "song": "Tosca - F- Dub (Haaksman Version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Kruder & Dorfmeister",
    "artist_ids": [
        "6b49dc39-cb6f-465f-980b-bc17a271da34"
    ],
    "album": "G-Stone Book",
    "release_id": "3a968775-1c19-484f-b0f8-19995d976b18",
    "release_group_id": null,
    "labels": [
        "G-Stone Recordings"
    ],
    "label_ids": [
        "b534d6a0-c32a-476a-97b6-77bd3e67fa3e"
    ],
    "release_date": "2000-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}