Information about plays

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

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

{
    "id": 445220,
    "uri": "https://api.kexp.org/v2/plays/445220/?format=api",
    "airdate": "2001-07-15T11:08:10-07:00",
    "show": 7517,
    "show_uri": "https://api.kexp.org/v2/shows/7517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nickel and a Nail",
    "track_id": "27e393e4-aa85-4ec2-ab90-0bbb99903920",
    "recording_id": null,
    "artist": "O.V. Wright",
    "artist_ids": [
        "ac486e0f-9d86-4dec-8f4f-0f06e4d51946"
    ],
    "album": "Sweet Soul Music: Voices From the Shadows",
    "release_id": "27d7ca04-45bc-4321-882f-daf4c32a09e5",
    "release_group_id": null,
    "labels": [
        "Sire"
    ],
    "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"
}