Information about plays

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

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

{
    "id": 531387,
    "uri": "https://api.kexp.org/v2/plays/531387/?format=api",
    "airdate": "2002-03-26T15:23:00-08:00",
    "show": 9201,
    "show_uri": "https://api.kexp.org/v2/shows/9201/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CehKA148L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CehKA148L._SL75_.jpg",
    "song": "Birdhouse in Your Soul",
    "track_id": null,
    "recording_id": null,
    "artist": "They Might Be Giants",
    "artist_ids": [
        "183d6ef6-e161-47ff-9085-063c8b897e97"
    ],
    "album": "Flood",
    "release_id": "cbae1727-1126-4281-8b0e-36f039bff450",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1990-01-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}