Information about plays

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

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

{
    "id": 1278390,
    "uri": "https://api.kexp.org/v2/plays/1278390/?format=api",
    "airdate": "2007-09-12T17:57:54-07:00",
    "show": 22373,
    "show_uri": "https://api.kexp.org/v2/shows/22373/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chili Blues",
    "track_id": "962a517f-6d27-472b-974b-484d26f5c735",
    "recording_id": null,
    "artist": "Bob Brozman",
    "artist_ids": [
        "e38ea6d7-825d-490f-8a5d-795e15dac7a9"
    ],
    "album": "Blue Hula Stomp",
    "release_id": "07ca0638-39f8-4b75-9fac-3b2cf3493f94",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1998-03-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}