Information about plays

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

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

{
    "id": 1355709,
    "uri": "https://api.kexp.org/v2/plays/1355709/?format=api",
    "airdate": "2008-03-29T10:06:00-07:00",
    "show": 23676,
    "show_uri": "https://api.kexp.org/v2/shows/23676/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Financial Endorsement (Discomix) Featuring U-Roy",
    "track_id": "3f095f0e-7332-40e5-bb69-e298db1e75c5",
    "recording_id": null,
    "artist": "Gregory Isaacs",
    "artist_ids": [
        "9abff216-e204-4dbc-9849-d1dbe1fbbda8"
    ],
    "album": "Love Is Overdue",
    "release_id": "17c8cc94-0d2e-41d7-9f41-bd6e9d1cd4c4",
    "release_group_id": null,
    "labels": [
        "Heartbeat"
    ],
    "label_ids": [
        "bb7e051c-73b5-47c5-8cc9-254f6d8523d7"
    ],
    "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"
}