Information about plays

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

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

{
    "id": 505860,
    "uri": "https://api.kexp.org/v2/plays/505860/?format=api",
    "airdate": "2002-01-11T00:23:00-08:00",
    "show": 8699,
    "show_uri": "https://api.kexp.org/v2/shows/8699/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31ndLz4lMiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31ndLz4lMiL._SL75_.jpg",
    "song": "The Atomium, Part Two",
    "track_id": "7bfa5cee-f1d8-4637-99c7-29a3343c9912",
    "recording_id": null,
    "artist": "Stars of the Lid",
    "artist_ids": [
        "a1154343-1ea1-4007-97d3-2382482a90cd"
    ],
    "album": "Avec Laudenum",
    "release_id": "985a7d03-fe34-4d54-a2be-a4400af58db7",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "2002-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}