Information about plays

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

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

{
    "id": 531421,
    "uri": "https://api.kexp.org/v2/plays/531421/?format=api",
    "airdate": "2002-03-26T17:40:25-08:00",
    "show": 9201,
    "show_uri": "https://api.kexp.org/v2/shows/9201/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51vea6GpO8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51vea6GpO8L._SL75_.jpg",
    "song": "The Devil in the Kitchen",
    "track_id": "b635ead5-b4d2-4f06-ae12-fd7cb0255547",
    "recording_id": null,
    "artist": "Ashley MacIsaac",
    "artist_ids": [
        "ec2764e4-8cc1-4c40-b7c0-466a3763cd37"
    ],
    "album": "Hi™ How Are You Today?",
    "release_id": "54508583-a10a-49f4-8a06-b77559596c8d",
    "release_group_id": null,
    "labels": [
        "A"
    ],
    "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"
}