Information about plays

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

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

{
    "id": 417791,
    "uri": "https://api.kexp.org/v2/plays/417791/?format=api",
    "airdate": "2001-04-24T15:03:09-07:00",
    "show": 6978,
    "show_uri": "https://api.kexp.org/v2/shows/6978/?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": [
        "Sub Pop"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "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"
}