Information about plays

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

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

{
    "id": 497875,
    "uri": "https://api.kexp.org/v2/plays/497875/?format=api",
    "airdate": "2001-12-18T01:00:00-08:00",
    "show": 8545,
    "show_uri": "https://api.kexp.org/v2/shows/8545/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/317W6WEP9KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/317W6WEP9KL._SL75_.jpg",
    "song": "Jingle Bells",
    "track_id": "5785e05e-1eb3-4bf6-b8af-86c544255a3f",
    "recording_id": null,
    "artist": "Bing Crosby & the Andrews Sisters",
    "artist_ids": [
        "15de2e0d-dedd-4e2a-affa-4cb63afb5124"
    ],
    "album": "Merry Christmas",
    "release_id": "e42a6ed4-65d7-4536-86f8-48344ae72b27",
    "release_group_id": null,
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "1945-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}