Information about plays

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

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

{
    "id": 421705,
    "uri": "https://api.kexp.org/v2/plays/421705/?format=api",
    "airdate": "2001-05-06T11:38:10-07:00",
    "show": 7062,
    "show_uri": "https://api.kexp.org/v2/shows/7062/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Feel So Good",
    "track_id": "5fbedc18-4c46-48b8-abdc-a308b08f89f1",
    "recording_id": null,
    "artist": "Muddy Waters",
    "artist_ids": [
        "f86f1f07-d182-45ce-ae93-ef610880ca72"
    ],
    "album": "Muddy Waters at Newport 1960",
    "release_id": "57a81b60-23df-42ca-9a8c-17bf0583f273",
    "release_group_id": null,
    "labels": [
        "Chess Records"
    ],
    "label_ids": [
        "6c6eb4e5-f7c7-48bd-93d2-4901b4971e12"
    ],
    "release_date": "1960-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}