Information about plays

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

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

{
    "id": 529544,
    "uri": "https://api.kexp.org/v2/plays/529544/?format=api",
    "airdate": "2002-03-21T06:15:00-08:00",
    "show": 9164,
    "show_uri": "https://api.kexp.org/v2/shows/9164/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515Ae0RKMBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515Ae0RKMBL._SL75_.jpg",
    "song": "Crowded in the Wings",
    "track_id": "a7338d12-8c1e-4a15-b1d4-a6e43c5a5478",
    "recording_id": null,
    "artist": "The Jayhawks",
    "artist_ids": [
        "24ed5b09-02b1-47fe-bd83-6fa5270039b0"
    ],
    "album": "Hollywood Town Hall",
    "release_id": "d25693d9-065f-4740-9258-cf00b20a2d6d",
    "release_group_id": null,
    "labels": [
        "Def American Recordings"
    ],
    "label_ids": [
        "e45bca92-5845-46ec-af58-743bbea31e69"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}