Information about plays

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

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

{
    "id": 531756,
    "uri": "https://api.kexp.org/v2/plays/531756/?format=api",
    "airdate": "2002-03-27T13:18:43-08:00",
    "show": 9206,
    "show_uri": "https://api.kexp.org/v2/shows/9206/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Moorland Ghost",
    "track_id": "dca84242-d5bd-4d29-a6e8-0d13fc5ea3dc",
    "recording_id": null,
    "artist": "The Green Pajamas",
    "artist_ids": [
        "6af46977-4c37-4c32-b435-a7233f05dacc"
    ],
    "album": "This Is Where We Disappear",
    "release_id": "6c4b66ee-0fc5-420a-b9a3-7de82bb3ed51",
    "release_group_id": null,
    "labels": [
        "Rubric"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}