Information about plays

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

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

{
    "id": 416033,
    "uri": "https://api.kexp.org/v2/plays/416033/?format=api",
    "airdate": "2001-04-18T12:51:25-07:00",
    "show": 6942,
    "show_uri": "https://api.kexp.org/v2/shows/6942/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51J67BBHBBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51J67BBHBBL._SL75_.jpg",
    "song": "I Will Dare",
    "track_id": null,
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Let It Be",
    "release_id": "a71607a1-99ac-4740-9c8a-1ce8b4089ac3",
    "release_group_id": null,
    "labels": [
        "Twin Tone"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}