Information about plays

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

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

{
    "id": 447765,
    "uri": "https://api.kexp.org/v2/plays/447765/?format=api",
    "airdate": "2001-07-22T21:48:00-07:00",
    "show": 7569,
    "show_uri": "https://api.kexp.org/v2/shows/7569/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Understand",
    "track_id": "db41451e-7847-4e46-b574-a57c49f88d61",
    "recording_id": null,
    "artist": "Influx Datum",
    "artist_ids": [
        "7987fd35-0423-492a-a455-1d102e6e78b1"
    ],
    "album": "10",
    "release_id": "5af976e9-0dc9-4bb2-9d64-a19f0c7a7b9c",
    "release_group_id": null,
    "labels": [
        "New Identity"
    ],
    "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"
}