Information about plays

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

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

{
    "id": 1376873,
    "uri": "https://api.kexp.org/v2/plays/1376873/?format=api",
    "airdate": "2008-05-21T17:41:30-07:00",
    "show": 24031,
    "show_uri": "https://api.kexp.org/v2/shows/24031/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41A6K7CC2ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41A6K7CC2ML._SL75_.jpg",
    "song": "They're Not Trying On The Dancefloor",
    "track_id": null,
    "recording_id": null,
    "artist": "Jonathan Richman",
    "artist_ids": [
        "bae34b81-9abd-416e-a720-fedc359df775"
    ],
    "album": "Having a Party With Jonathan Richman",
    "release_id": "9288b6fe-8f0b-4596-8fae-1e81ad6989be",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}