Information about plays

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

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

{
    "id": 434606,
    "uri": "https://api.kexp.org/v2/plays/434606/?format=api",
    "airdate": "2001-06-14T11:56:40-07:00",
    "show": 7314,
    "show_uri": "https://api.kexp.org/v2/shows/7314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ex Teenager",
    "track_id": "1035dff9-765d-4ea4-bb9a-4f0fb0a856c8",
    "recording_id": null,
    "artist": "Senseless Things",
    "artist_ids": [
        "fe14f37c-7d98-469d-babf-a9f212e8bf29"
    ],
    "album": "The First of Too Many",
    "release_id": "f132c437-e18b-4a46-920d-0917bfdf3915",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "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"
}