Information about plays

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

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

{
    "id": 529962,
    "uri": "https://api.kexp.org/v2/plays/529962/?format=api",
    "airdate": "2002-03-22T11:05:28-08:00",
    "show": 9171,
    "show_uri": "https://api.kexp.org/v2/shows/9171/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410PD162WFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410PD162WFL._SL75_.jpg",
    "song": "Theme From Within",
    "track_id": "093746a1-c1cc-415d-aafc-ab6623cc1d10",
    "recording_id": null,
    "artist": "Blue States",
    "artist_ids": [
        "cfd70533-c11a-4e0e-995d-f4ffe6f3119f"
    ],
    "album": "Nothing Changes Under the Sun",
    "release_id": "c9177e01-16ae-4c07-9354-07d1ff35a4ef",
    "release_group_id": null,
    "labels": [
        "ESL"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}