Information about plays

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

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

{
    "id": 532209,
    "uri": "https://api.kexp.org/v2/plays/532209/?format=api",
    "airdate": "2002-03-28T16:02:00-08:00",
    "show": 9213,
    "show_uri": "https://api.kexp.org/v2/shows/9213/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41SDVTD4TCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41SDVTD4TCL._SL75_.jpg",
    "song": "Call Him By His Name",
    "track_id": "d8a8a216-e497-4f9a-9b04-82e43db7bb3e",
    "recording_id": null,
    "artist": "The Word",
    "artist_ids": [
        "d732e5d1-2831-44b3-a08f-c56cd5769424"
    ],
    "album": "The Word",
    "release_id": "64589c68-ba92-4120-ba80-21e5e4ce93b5",
    "release_group_id": null,
    "labels": [
        "Ropeadope Records"
    ],
    "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"
}