Information about plays

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

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

{
    "id": 416010,
    "uri": "https://api.kexp.org/v2/plays/416010/?format=api",
    "airdate": "2001-04-18T11:18:45-07:00",
    "show": 6942,
    "show_uri": "https://api.kexp.org/v2/shows/6942/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41203CWGG6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41203CWGG6L._SL75_.jpg",
    "song": "Goodbye",
    "track_id": null,
    "recording_id": null,
    "artist": "The Sundays",
    "artist_ids": [
        "9df32318-47d5-4df7-bc68-3ed9e15eb0f6"
    ],
    "album": "Blind",
    "release_id": "b33bf6d4-8acd-4f07-a0b3-fb7335bc4745",
    "release_group_id": null,
    "labels": [
        "Geffen"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}