Information about plays

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

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

{
    "id": 419545,
    "uri": "https://api.kexp.org/v2/plays/419545/?format=api",
    "airdate": "2001-04-29T21:28:00-07:00",
    "show": 7015,
    "show_uri": "https://api.kexp.org/v2/shows/7015/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Why (12hz mix)",
    "track_id": "8ff13572-aee5-4dc5-a5d9-269918eef71f",
    "recording_id": null,
    "artist": "Lemon D",
    "artist_ids": [
        "69f9a51f-9c1d-4a7a-9848-e08d8ab17225"
    ],
    "album": "B Boyz Revenge / Why?",
    "release_id": "935daf55-4640-4a4e-b990-844d94e5d4af",
    "release_group_id": null,
    "labels": [
        "R & S Records"
    ],
    "label_ids": [
        "77bc13d5-ad62-4a2a-afd8-7e184f090708"
    ],
    "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"
}