Information about plays

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

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

{
    "id": 450365,
    "uri": "https://api.kexp.org/v2/plays/450365/?format=api",
    "airdate": "2001-07-30T14:22:06-07:00",
    "show": 7617,
    "show_uri": "https://api.kexp.org/v2/shows/7617/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/53210",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/53211",
    "song": "Surprise, Surprise",
    "track_id": "b1d8fcd7-e0af-43c1-a0f8-066e068dafec",
    "recording_id": null,
    "artist": "Girlfrendo",
    "artist_ids": [
        "015e0bbd-b912-4883-a3dc-5c6b16ed38b6"
    ],
    "album": "Surprise! Surprise! It's Girlfrendo",
    "release_id": "a4b81368-f553-4b31-ad57-a957e6692308",
    "release_group_id": null,
    "labels": [
        "March"
    ],
    "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"
}