Information about plays

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

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

{
    "id": 452994,
    "uri": "https://api.kexp.org/v2/plays/452994/?format=api",
    "airdate": "2001-08-07T04:16:00-07:00",
    "show": 7665,
    "show_uri": "https://api.kexp.org/v2/shows/7665/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WjWbbTNyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WjWbbTNyL._SL75_.jpg",
    "song": "Love Junkie",
    "track_id": "780c0f7c-72be-43ca-802f-4a7454eb1b06",
    "recording_id": null,
    "artist": "Dear John Letters",
    "artist_ids": [
        "ef2eabba-9edd-4606-a40d-3011e4626473"
    ],
    "album": "Rewriting the Wrongs",
    "release_id": "66e03bbc-f2c3-49ac-8fda-1f4dea841911",
    "release_group_id": null,
    "labels": [
        "Roam"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}