Information about plays

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

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

{
    "id": 531867,
    "uri": "https://api.kexp.org/v2/plays/531867/?format=api",
    "airdate": "2002-03-27T19:49:00-08:00",
    "show": 9208,
    "show_uri": "https://api.kexp.org/v2/shows/9208/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51N4DAW1C0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51N4DAW1C0L._SL75_.jpg",
    "song": "Something I Don't Recognize",
    "track_id": null,
    "recording_id": null,
    "artist": "Beachwood Sparks",
    "artist_ids": [
        "afeb541c-b962-42d2-b0be-8b9c14d13ca6"
    ],
    "album": "Beachwood Sparks",
    "release_id": "33befdb7-42f5-48c3-a3db-fe93d293bf06",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}