Information about plays

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

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

{
    "id": 419845,
    "uri": "https://api.kexp.org/v2/plays/419845/?format=api",
    "airdate": "2001-04-30T19:42:51-07:00",
    "show": 7023,
    "show_uri": "https://api.kexp.org/v2/shows/7023/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My God My Love Has Come",
    "track_id": "18c72308-51e8-48bd-8dfb-f08a549bbe5a",
    "recording_id": null,
    "artist": "Master Musicians of Jajouka",
    "artist_ids": [
        "6090a491-7af6-47fe-b083-18727224851f"
    ],
    "album": "Jajouka Between the Mountains",
    "release_id": "6483e4e8-2fce-4451-90ce-41aa7aaab42f",
    "release_group_id": null,
    "labels": [
        "Womad Select"
    ],
    "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"
}