Information about plays

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

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

{
    "id": 1280982,
    "uri": "https://api.kexp.org/v2/plays/1280982/?format=api",
    "airdate": "2007-09-19T07:59:04-07:00",
    "show": 22417,
    "show_uri": "https://api.kexp.org/v2/shows/22417/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51M9JH5K1PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51M9JH5K1PL._SL75_.jpg",
    "song": "Wrong",
    "track_id": null,
    "recording_id": null,
    "artist": "Archers of Loaf",
    "artist_ids": [
        "7cf05db3-24e7-4534-84bf-65006cd0cc82"
    ],
    "album": "Icky Mettle",
    "release_id": "7295dee6-7401-4235-a853-9d6aad253589",
    "release_group_id": null,
    "labels": [
        "Alias Records"
    ],
    "label_ids": [
        "0dc156ed-4e11-4684-bd22-3b7982579a3b"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}