Information about plays

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

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

{
    "id": 1257589,
    "uri": "https://api.kexp.org/v2/plays/1257589/?format=api",
    "airdate": "2007-07-22T01:15:15-07:00",
    "show": 22023,
    "show_uri": "https://api.kexp.org/v2/shows/22023/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41rRIVmWWwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41rRIVmWWwL._SL75_.jpg",
    "song": "Waters of Nazareth (prelude)",
    "track_id": "cac713e6-0fcf-4706-adfc-65667a862356",
    "recording_id": null,
    "artist": "Justice",
    "artist_ids": [
        "860b2707-6153-4e3a-aa57-74d2b42c55b5"
    ],
    "album": "A Cross the Universe",
    "release_id": "15e3739f-e713-4a5f-884a-d95596c3fa1f",
    "release_group_id": null,
    "labels": [
        "Ed Banger Records"
    ],
    "label_ids": [
        "9cdc4159-ec50-47f0-a7a2-e107618d5246"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}