Information about plays

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

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

{
    "id": 489340,
    "uri": "https://api.kexp.org/v2/plays/489340/?format=api",
    "airdate": "2001-11-22T18:44:20-08:00",
    "show": 8377,
    "show_uri": "https://api.kexp.org/v2/shows/8377/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51OIwhJK%2BsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51OIwhJK%2BsL._SL75_.jpg",
    "song": "Amos Moses",
    "track_id": "7bec3537-8454-4943-964c-0190fa6d9492",
    "recording_id": null,
    "artist": "Jerry Reed",
    "artist_ids": [
        "44419ff2-0251-49ba-933b-b09733ff9adb"
    ],
    "album": "When You're Hot, You're Hot",
    "release_id": "9556948c-30b0-41e1-ae96-e022a960a5cb",
    "release_group_id": null,
    "labels": [
        "RCA LP"
    ],
    "label_ids": [],
    "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"
}