Information about plays

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

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

{
    "id": 1308603,
    "uri": "https://api.kexp.org/v2/plays/1308603/?format=api",
    "airdate": "2007-11-30T12:24:46-08:00",
    "show": 22888,
    "show_uri": "https://api.kexp.org/v2/shows/22888/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NG9SB60BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NG9SB60BL._SL75_.jpg",
    "song": "Take Me Down to the Hospital",
    "track_id": null,
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Hootenanny",
    "release_id": "d58b0a09-e1ba-4a83-9e0a-b1e7d03bc8bb",
    "release_group_id": null,
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "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"
}