Information about plays

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

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

{
    "id": 530091,
    "uri": "https://api.kexp.org/v2/plays/530091/?format=api",
    "airdate": "2002-03-22T19:11:16-08:00",
    "show": 9173,
    "show_uri": "https://api.kexp.org/v2/shows/9173/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51aD-hX5FTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51aD-hX5FTL._SL75_.jpg",
    "song": "Soulbeat",
    "track_id": null,
    "recording_id": null,
    "artist": "Smokestack Lightnin'",
    "artist_ids": [
        "0fdd0503-e7f2-4f45-b4f8-dde0f9a5b0e0"
    ],
    "album": "Soulbeat",
    "release_id": "b72eb7c7-cac5-4697-8e60-3d7fa035a648",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}