Information about plays

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

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

{
    "id": 1323215,
    "uri": "https://api.kexp.org/v2/plays/1323215/?format=api",
    "airdate": "2008-01-06T22:36:00-08:00",
    "show": 23136,
    "show_uri": "https://api.kexp.org/v2/shows/23136/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61489oZ0B-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61489oZ0B-L._SL75_.jpg",
    "song": "Northwest",
    "track_id": "86053ff5-2c74-4742-a93a-42d70a2b3a95",
    "recording_id": null,
    "artist": "Aim",
    "artist_ids": [
        "8e678953-c97b-435b-af18-2425b6db71d0"
    ],
    "album": "Flight 602",
    "release_id": "a0b354eb-2ec8-44e3-ba44-b6c7dcf2ad0d",
    "release_group_id": null,
    "labels": [
        "ATIC Records"
    ],
    "label_ids": [
        "13063d99-858c-4761-9dac-cb5f27852bba"
    ],
    "release_date": "2006-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}