Information about plays

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

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

{
    "id": 529602,
    "uri": "https://api.kexp.org/v2/plays/529602/?format=api",
    "airdate": "2002-03-21T10:31:31-08:00",
    "show": 9165,
    "show_uri": "https://api.kexp.org/v2/shows/9165/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41vfDyI8HBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41vfDyI8HBL._SL75_.jpg",
    "song": "Panic in Detroit",
    "track_id": null,
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Aladdin Sane",
    "release_id": "6e1e07e6-1d9d-4c09-bef5-0a81d89df7f9",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}