Information about plays

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

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

{
    "id": 422848,
    "uri": "https://api.kexp.org/v2/plays/422848/?format=api",
    "airdate": "2001-05-09T19:13:20-07:00",
    "show": 7086,
    "show_uri": "https://api.kexp.org/v2/shows/7086/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Gonna Take Care of Your Dog",
    "track_id": "d7d429a9-e020-451f-a2bf-a81f318e51cb",
    "recording_id": null,
    "artist": "Rosie Ledet",
    "artist_ids": [
        "4d83ff86-8bab-4bbf-a64f-45a7e63f4339"
    ],
    "album": "Zesty Zydeco",
    "release_id": "0250a8cd-c3da-47c1-bdc4-176e25a0ae12",
    "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"
}