Information about plays

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

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

{
    "id": 435480,
    "uri": "https://api.kexp.org/v2/plays/435480/?format=api",
    "airdate": "2001-06-17T01:30:00-07:00",
    "show": 7331,
    "show_uri": "https://api.kexp.org/v2/shows/7331/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Walk the Line",
    "track_id": null,
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "1955 To 1958 Recordings",
    "release_id": "46fa621f-67ca-46c3-b32b-190ad3e4d709",
    "release_group_id": null,
    "labels": [
        "Sun"
    ],
    "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"
}