Information about plays

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

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

{
    "id": 428275,
    "uri": "https://api.kexp.org/v2/plays/428275/?format=api",
    "airdate": "2001-05-26T09:42:21-07:00",
    "show": 7193,
    "show_uri": "https://api.kexp.org/v2/shows/7193/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "James Bond",
    "track_id": "13382d5b-18e0-4e49-8ca4-ccd566f22fdb",
    "recording_id": null,
    "artist": "Roland Alphonso",
    "artist_ids": [
        "dc340029-a165-4139-a80e-e1cae33b37b9"
    ],
    "album": "Intensified! Original Ska 1962-66",
    "release_id": "f7577f28-2942-4ecf-a590-5e8f206de534",
    "release_group_id": null,
    "labels": [
        "Treasure Isle"
    ],
    "label_ids": [
        "2d4693ab-494d-40b8-a191-ffa6143de627"
    ],
    "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"
}