Information about plays

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

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

{
    "id": 437513,
    "uri": "https://api.kexp.org/v2/plays/437513/?format=api",
    "airdate": "2001-06-22T18:24:26-07:00",
    "show": 7368,
    "show_uri": "https://api.kexp.org/v2/shows/7368/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419RDGA8ZTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419RDGA8ZTL._SL75_.jpg",
    "song": "Don't Be Cruel",
    "track_id": "2f47b000-7411-4e62-90ea-5cce907b0cb9",
    "recording_id": null,
    "artist": "Elvis Presley ",
    "artist_ids": [
        "01809552-4f87-45b0-afff-2c6f0730a3be"
    ],
    "album": "The Number One Hits",
    "release_id": "6067942f-9ead-4a3a-9d8f-c08a8eb8ec2d",
    "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"
}