Information about plays

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

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

{
    "id": 447585,
    "uri": "https://api.kexp.org/v2/plays/447585/?format=api",
    "airdate": "2001-07-22T10:23:20-07:00",
    "show": 7565,
    "show_uri": "https://api.kexp.org/v2/shows/7565/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mm8mv4vuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mm8mv4vuL._SL75_.jpg",
    "song": "Sally Sue Brown",
    "track_id": null,
    "recording_id": null,
    "artist": "Arthur Alexander",
    "artist_ids": [
        "749896c9-578c-459c-9487-22f5376172ab"
    ],
    "album": "Lonely Just Like Me",
    "release_id": "c8e202ab-9c0b-45f1-92a3-6d6b49dbc0f7",
    "release_group_id": null,
    "labels": [
        "Elektra Nonesuch"
    ],
    "label_ids": [
        "f19b3f91-d173-47ef-b716-da8b04e7aea3"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}