Information about plays

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

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

{
    "id": 425792,
    "uri": "https://api.kexp.org/v2/plays/425792/?format=api",
    "airdate": "2001-05-18T18:20:00-07:00",
    "show": 7144,
    "show_uri": "https://api.kexp.org/v2/shows/7144/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ENkpi7nrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ENkpi7nrL._SL75_.jpg",
    "song": "Such a Night",
    "track_id": "ecce900a-7b13-44fd-93fe-a9c94e6afff3",
    "recording_id": null,
    "artist": "Elvis Presley ",
    "artist_ids": [
        "01809552-4f87-45b0-afff-2c6f0730a3be"
    ],
    "album": "Love Songs",
    "release_id": "c445fa3a-3b24-41d4-b955-b6ca560c6f7a",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "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"
}