Information about plays

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

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

{
    "id": 422304,
    "uri": "https://api.kexp.org/v2/plays/422304/?format=api",
    "airdate": "2001-05-08T06:44:00-07:00",
    "show": 7077,
    "show_uri": "https://api.kexp.org/v2/shows/7077/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Record Shop",
    "track_id": "6d5e7461-df37-4508-8d1e-725d2198430c",
    "recording_id": null,
    "artist": "Split Lip Rayfield",
    "artist_ids": [
        "c9ddb42e-0b2a-4a06-a06c-fb8bac21d3ca"
    ],
    "album": "Never Make it Home",
    "release_id": "1d0f353a-de00-41d2-892c-bc8883b170b6",
    "release_group_id": null,
    "labels": [
        "Bloodshot"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}