Information about plays

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

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

{
    "id": 520791,
    "uri": "https://api.kexp.org/v2/plays/520791/?format=api",
    "airdate": "2002-02-23T09:34:00-08:00",
    "show": 8988,
    "show_uri": "https://api.kexp.org/v2/shows/8988/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No. 1 in the World",
    "track_id": "e4acfd26-a289-4d97-8c36-b7bbddcc11e6",
    "recording_id": null,
    "artist": "U-Roy",
    "artist_ids": [
        "c40fa847-7501-4eee-9a20-12d5d1c5c0db"
    ],
    "album": "The Reggae Box (disc 2)",
    "release_id": "943d9eda-24f3-4d50-9041-66df0b4984ea",
    "release_group_id": null,
    "labels": [
        "Greensleeves"
    ],
    "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"
}