Information about plays

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

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

{
    "id": 465926,
    "uri": "https://api.kexp.org/v2/plays/465926/?format=api",
    "airdate": "2001-09-13T20:03:20-07:00",
    "show": 7920,
    "show_uri": "https://api.kexp.org/v2/shows/7920/?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": "Lonely Just Like Me",
    "track_id": "1248afc6-324e-466c-96ce-cb313dfac5cf",
    "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"
}