Information about plays

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

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

{
    "id": 415447,
    "uri": "https://api.kexp.org/v2/plays/415447/?format=api",
    "airdate": "2001-04-16T21:22:30-07:00",
    "show": 6933,
    "show_uri": "https://api.kexp.org/v2/shows/6933/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31G5ZWVGA6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31G5ZWVGA6L._SL75_.jpg",
    "song": "Sleep",
    "track_id": "4cd8dfce-2600-49df-9c1a-02db6a73afc7",
    "recording_id": null,
    "artist": "Trembling Blue Stars",
    "artist_ids": [
        "59a2e877-0571-40c3-a405-2e52b170fa2c"
    ],
    "album": "Broken by Whispers",
    "release_id": "5ad565e5-74ff-48c0-9103-b39041995008",
    "release_group_id": null,
    "labels": [
        "SubPop"
    ],
    "label_ids": [],
    "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"
}