Information about plays

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

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

{
    "id": 1280512,
    "uri": "https://api.kexp.org/v2/plays/1280512/?format=api",
    "airdate": "2007-09-18T03:28:32-07:00",
    "show": 22410,
    "show_uri": "https://api.kexp.org/v2/shows/22410/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21460MG2KPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21460MG2KPL._SL75_.jpg",
    "song": "Wild, Sweet and Cool",
    "track_id": "885830ad-b6ca-4a56-a2f8-a5a7b9fb6f29",
    "recording_id": null,
    "artist": "The Crystal Method",
    "artist_ids": [
        "aaf09f31-bb5c-43e5-9f54-bb6554c33a71"
    ],
    "album": "Tweekend",
    "release_id": "ef3d8537-975a-46d8-9549-2dd66723545d",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2001-07-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}