Information about plays

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

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

{
    "id": 429174,
    "uri": "https://api.kexp.org/v2/plays/429174/?format=api",
    "airdate": "2001-05-29T07:42:21-07:00",
    "show": 7213,
    "show_uri": "https://api.kexp.org/v2/shows/7213/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Make It Home",
    "track_id": "34476fb8-c588-4ec3-b7ef-201d3cda997e",
    "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"
}