Information about plays

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

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

{
    "id": 489339,
    "uri": "https://api.kexp.org/v2/plays/489339/?format=api",
    "airdate": "2001-11-22T18:41:44-08:00",
    "show": 8377,
    "show_uri": "https://api.kexp.org/v2/shows/8377/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61pDZVYB8rL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61pDZVYB8rL._SL75_.jpg",
    "song": "I Ain't Living Long Like This",
    "track_id": "53181fdc-b2fd-409a-b04d-864e0254993e",
    "recording_id": null,
    "artist": "Gary Stewart",
    "artist_ids": [
        "cc8337c4-2e82-4392-9b56-1283fb0a6015"
    ],
    "album": "Out of Hand/Your Place or Mine",
    "release_id": "f11e64cc-2b1c-450a-b352-7752cda9bb36",
    "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"
}