Information about plays

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

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

{
    "id": 452613,
    "uri": "https://api.kexp.org/v2/plays/452613/?format=api",
    "airdate": "2001-08-06T01:27:41-07:00",
    "show": 7659,
    "show_uri": "https://api.kexp.org/v2/shows/7659/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WHX26rRgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WHX26rRgL._SL75_.jpg",
    "song": "Mama Mia",
    "track_id": null,
    "recording_id": null,
    "artist": "ABBA",
    "artist_ids": [
        "d87e52c5-bb8d-4da8-b941-9f4928627dc8"
    ],
    "album": "Gold: Greatest Hits",
    "release_id": "b69d665a-3eee-39f3-b156-58b122232304",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "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"
}