Information about plays

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

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

{
    "id": 480870,
    "uri": "https://api.kexp.org/v2/plays/480870/?format=api",
    "airdate": "2001-10-27T16:44:12-07:00",
    "show": 8206,
    "show_uri": "https://api.kexp.org/v2/shows/8206/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61oGZ2mSY5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61oGZ2mSY5L._SL75_.jpg",
    "song": "Shine On",
    "track_id": null,
    "recording_id": null,
    "artist": "The House of Love",
    "artist_ids": [
        "cbaf677b-4f80-4663-8c2c-9197ec9d214a"
    ],
    "album": "The House of Love",
    "release_id": "7d832f92-2b3f-494e-aca1-8ab35636297c",
    "release_group_id": null,
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}