Information about plays

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

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

{
    "id": 531691,
    "uri": "https://api.kexp.org/v2/plays/531691/?format=api",
    "airdate": "2002-03-27T08:16:38-08:00",
    "show": 9205,
    "show_uri": "https://api.kexp.org/v2/shows/9205/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VR12R6R3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VR12R6R3L._SL75_.jpg",
    "song": "Slow Country",
    "track_id": "eee199bd-255d-4cb5-8ec7-874d143a5673",
    "recording_id": null,
    "artist": "Gorillaz",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "Gorillaz",
    "release_id": "910cdb82-4237-4a10-a6f3-7795d6f297e6",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2001-03-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}