Information about plays

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

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

{
    "id": 1256481,
    "uri": "https://api.kexp.org/v2/plays/1256481/?format=api",
    "airdate": "2007-07-19T08:38:00-07:00",
    "show": 22004,
    "show_uri": "https://api.kexp.org/v2/shows/22004/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51R588MYE7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51R588MYE7L._SL75_.jpg",
    "song": "All the Rage",
    "track_id": null,
    "recording_id": null,
    "artist": "Gelbison",
    "artist_ids": [
        "72732f0a-8b34-4626-963e-1aeb9610db56"
    ],
    "album": "See the World",
    "release_id": "4e5da997-5656-45ab-9265-43299775472b",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "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"
}