Information about plays

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

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

{
    "id": 452620,
    "uri": "https://api.kexp.org/v2/plays/452620/?format=api",
    "airdate": "2001-08-06T02:00:00-07:00",
    "show": 7659,
    "show_uri": "https://api.kexp.org/v2/shows/7659/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/51804",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/51805",
    "song": "Lift the Lid",
    "track_id": "c4e443be-ea3f-45bd-8c2a-4d848679967e",
    "recording_id": null,
    "artist": "Nazareth",
    "artist_ids": [
        "88f219d8-4140-4191-af4b-de81c7c587c4"
    ],
    "album": "Close Enough for Rock 'n' Roll",
    "release_id": "dd1f0386-23fe-4952-9c75-ab04e01d4c91",
    "release_group_id": null,
    "labels": [
        "A"
    ],
    "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"
}