Information about plays

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

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

{
    "id": 435461,
    "uri": "https://api.kexp.org/v2/plays/435461/?format=api",
    "airdate": "2001-06-16T22:55:00-07:00",
    "show": 7330,
    "show_uri": "https://api.kexp.org/v2/shows/7330/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Real Love",
    "track_id": "7f88e401-bcd8-4e58-b3bf-3893e5ce3779",
    "recording_id": null,
    "artist": "Tek 9",
    "artist_ids": [
        "e9d2f518-7f29-47fc-a104-ddb185bf5a2b"
    ],
    "album": "Enforcers, Volume 3",
    "release_id": "40001dff-2d32-4dd7-ad88-412b9a868fdd",
    "release_group_id": null,
    "labels": [
        "Reinforced Records"
    ],
    "label_ids": [
        "3613ca84-637f-4dfa-81e6-9d1aaf41f9fb"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}