Information about plays

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

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

{
    "id": 457907,
    "uri": "https://api.kexp.org/v2/plays/457907/?format=api",
    "airdate": "2001-08-21T06:26:15-07:00",
    "show": 7761,
    "show_uri": "https://api.kexp.org/v2/shows/7761/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TVD8RWRVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TVD8RWRVL._SL75_.jpg",
    "song": "Sooner or Later",
    "track_id": "db528c60-02d5-43e5-b385-5f76134068db",
    "recording_id": null,
    "artist": "Slumber Party",
    "artist_ids": [
        "4a56b131-1c1a-4121-b6b0-9288d5d0929f"
    ],
    "album": "Slumber Party",
    "release_id": "69766824-73a6-4726-aa8d-722416b53c39",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2000-08-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}