Information about plays

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

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

{
    "id": 442640,
    "uri": "https://api.kexp.org/v2/plays/442640/?format=api",
    "airdate": "2001-07-07T16:45:52-07:00",
    "show": 7469,
    "show_uri": "https://api.kexp.org/v2/shows/7469/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oh, Lady Be Good",
    "track_id": "02b76e58-d18d-4930-b630-7efb4f00424f",
    "recording_id": null,
    "artist": "Robin Nolan Trio",
    "artist_ids": [
        "53b69081-fcd0-4072-a54d-a20d548de668"
    ],
    "album": "Swings and Roundabouts",
    "release_id": "b2412cf4-0927-49c9-b641-ec0ac1db1549",
    "release_group_id": null,
    "labels": [],
    "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"
}