Information about plays

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

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

{
    "id": 444834,
    "uri": "https://api.kexp.org/v2/plays/444834/?format=api",
    "airdate": "2001-07-13T18:36:31-07:00",
    "show": 7507,
    "show_uri": "https://api.kexp.org/v2/shows/7507/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4119P3FBBXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4119P3FBBXL._SL75_.jpg",
    "song": "She's Not You",
    "track_id": "d58c1fff-0dd5-48fb-8078-41dbfd0d03ff",
    "recording_id": null,
    "artist": "Elvis Presley ",
    "artist_ids": [
        "01809552-4f87-45b0-afff-2c6f0730a3be"
    ],
    "album": "The Top Ten Hits (disc 2)",
    "release_id": "fd8347e9-01b5-4eee-9b31-152360b9869d",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}