Information about plays

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

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

{
    "id": 532854,
    "uri": "https://api.kexp.org/v2/plays/532854/?format=api",
    "airdate": "2002-03-30T10:26:00-08:00",
    "show": 9226,
    "show_uri": "https://api.kexp.org/v2/shows/9226/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21RFFVT8BPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21RFFVT8BPL._SL75_.jpg",
    "song": "Can You Do the Work",
    "track_id": "6b7b6154-9d84-4b1c-a938-54dacc08b664",
    "recording_id": null,
    "artist": "Sean Paul",
    "artist_ids": [
        "c3da3346-2643-48a7-93cd-011f6834b3d7"
    ],
    "album": "Riddim Driven: Liquid",
    "release_id": "459565e1-392d-4be7-9f18-815f40f61c00",
    "release_group_id": null,
    "labels": [
        "2 Hard"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}