Information about plays

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

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

{
    "id": 431065,
    "uri": "https://api.kexp.org/v2/plays/431065/?format=api",
    "airdate": "2001-06-04T00:41:32-07:00",
    "show": 7251,
    "show_uri": "https://api.kexp.org/v2/shows/7251/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Things You Say You Love",
    "track_id": "6a5efe01-7acc-49d5-b012-852a4e387d92",
    "recording_id": null,
    "artist": "The Jamaicans",
    "artist_ids": [
        "d78bff21-e2a0-4033-9009-40abeb1215de"
    ],
    "album": "Duke Reid's Treasure Chest",
    "release_id": "0c78c4cf-8f34-4636-bff7-ea4454029b5e",
    "release_group_id": null,
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [
        "6366a9e7-e7ae-485e-8f86-0df4d6fd8be2"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}