Information about plays

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

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

{
    "id": 447754,
    "uri": "https://api.kexp.org/v2/plays/447754/?format=api",
    "airdate": "2001-07-22T21:04:00-07:00",
    "show": 7569,
    "show_uri": "https://api.kexp.org/v2/shows/7569/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gateway",
    "track_id": "f5f12fa2-2e31-472d-a578-16f72d4694d7",
    "recording_id": null,
    "artist": "Sinthetix",
    "artist_ids": [
        "be501f63-ebd8-4dc5-885c-42e3882b5197"
    ],
    "album": "Gateway / Anomaly",
    "release_id": "8f6c099a-8d2a-4007-abe0-8e83063fe91c",
    "release_group_id": null,
    "labels": [
        "No U-Turn"
    ],
    "label_ids": [
        "f641b3ec-9061-4826-a8c3-87ce3b99fd15"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}