Information about plays

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

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

{
    "id": 503722,
    "uri": "https://api.kexp.org/v2/plays/503722/?format=api",
    "airdate": "2002-01-04T18:00:00-08:00",
    "show": 8657,
    "show_uri": "https://api.kexp.org/v2/shows/8657/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514WjkpGoFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514WjkpGoFL._SL75_.jpg",
    "song": "Frankfort Special",
    "track_id": "7e1dc3b9-87e9-4cf2-848f-513b5faa151a",
    "recording_id": null,
    "artist": "Elvis Presley ",
    "artist_ids": [
        "01809552-4f87-45b0-afff-2c6f0730a3be"
    ],
    "album": "G.I. Blues",
    "release_id": "0d9c2412-0b3d-4cf9-b822-4388e97cf2f0",
    "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"
}