Information about plays

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

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

{
    "id": 501893,
    "uri": "https://api.kexp.org/v2/plays/501893/?format=api",
    "airdate": "2001-12-30T07:42:00-08:00",
    "show": 8622,
    "show_uri": "https://api.kexp.org/v2/shows/8622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "India and Pakistan",
    "track_id": "234b8f4f-c198-4035-83e2-63c5328bfd2c",
    "recording_id": null,
    "artist": "Irene Bedard and Deni",
    "artist_ids": [
        "2cdbd3b6-1777-4f80-9c09-56f3e4e0f16b"
    ],
    "album": "Warrior of Love",
    "release_id": "3e9138b6-f53c-446f-a873-e7bcff070c36",
    "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"
}