Information about plays

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

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

{
    "id": 422379,
    "uri": "https://api.kexp.org/v2/plays/422379/?format=api",
    "airdate": "2001-05-08T11:12:51-07:00",
    "show": 7078,
    "show_uri": "https://api.kexp.org/v2/shows/7078/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jane Fonda Lied",
    "track_id": "eb0be7ca-17c9-4255-834a-5c41e11296b3",
    "recording_id": null,
    "artist": "F.S.K.",
    "artist_ids": [
        "71eb771c-4edf-483a-8cf1-cdd26cc4d3bb"
    ],
    "album": "International",
    "release_id": "2e3bc047-674b-48d2-a4d5-19408126f13f",
    "release_group_id": null,
    "labels": [
        "Catamount"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}