Information about plays

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

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

{
    "id": 1278965,
    "uri": "https://api.kexp.org/v2/plays/1278965/?format=api",
    "airdate": "2007-09-14T03:07:14-07:00",
    "show": 22382,
    "show_uri": "https://api.kexp.org/v2/shows/22382/?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": "One Minute To Midnight",
    "track_id": null,
    "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"
}