Information about plays

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

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

{
    "id": 501125,
    "uri": "https://api.kexp.org/v2/plays/501125/?format=api",
    "airdate": "2001-12-27T22:18:00-08:00",
    "show": 8605,
    "show_uri": "https://api.kexp.org/v2/shows/8605/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410h0tRbgUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410h0tRbgUL._SL75_.jpg",
    "song": "Intonection",
    "track_id": null,
    "recording_id": null,
    "artist": "Étienne de Crécy",
    "artist_ids": [
        "f174152d-da33-46bd-8cb4-c8d24b834bf7"
    ],
    "album": "Tempovision",
    "release_id": "7631d268-f8ec-4a13-b2d3-9a6120674be5",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "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"
}