Information about plays

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

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

{
    "id": 440309,
    "uri": "https://api.kexp.org/v2/plays/440309/?format=api",
    "airdate": "2001-06-30T22:55:23-07:00",
    "show": 7425,
    "show_uri": "https://api.kexp.org/v2/shows/7425/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Start It Up",
    "track_id": "0f7fca73-6d5b-4ca5-aafb-a63bb58c0cdb",
    "recording_id": null,
    "artist": "Joey Beltram",
    "artist_ids": [
        "5330d6d0-711b-415b-93e4-071e46d0d5f2"
    ],
    "album": "The Big Apple Bites Back! (disc 1)",
    "release_id": "6cba2414-596d-41cf-8e7d-a8c286d59946",
    "release_group_id": null,
    "labels": [
        "Trax"
    ],
    "label_ids": [
        "da188942-d0b8-4def-ab07-58eb29e2c705"
    ],
    "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"
}