Information about plays

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

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

{
    "id": 461584,
    "uri": "https://api.kexp.org/v2/plays/461584/?format=api",
    "airdate": "2001-08-31T19:15:39-07:00",
    "show": 7834,
    "show_uri": "https://api.kexp.org/v2/shows/7834/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hzy4wrUXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hzy4wrUXL._SL75_.jpg",
    "song": "Hip Shakin' Baby",
    "track_id": "102cd43f-e760-4920-90fa-01952c86d73d",
    "recording_id": null,
    "artist": "Roy Brown",
    "artist_ids": [
        "2054c4db-4d37-4748-a355-de7ee7a6d6fa"
    ],
    "album": "Cat Talk: The Best of Imperial Rockabilly",
    "release_id": "e702b8de-08d1-45c3-9ce0-d6fd303c9bb1",
    "release_group_id": null,
    "labels": [],
    "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"
}