Information about plays

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

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

{
    "id": 1338590,
    "uri": "https://api.kexp.org/v2/plays/1338590/?format=api",
    "airdate": "2008-02-14T08:13:44-08:00",
    "show": 23389,
    "show_uri": "https://api.kexp.org/v2/shows/23389/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61VFfnd97WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61VFfnd97WL._SL75_.jpg",
    "song": "Da Ya Think I'm Sexy?",
    "track_id": null,
    "recording_id": null,
    "artist": "Revolting Cocks",
    "artist_ids": [
        "2865730a-5757-4005-875e-84d6274cb1c0"
    ],
    "album": "Linger Ficken' Good...and Other Barnyard Oddities",
    "release_id": "e12470fb-be45-44c3-8f49-242fe52ec278",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "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"
}