Information about plays

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

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

{
    "id": 456271,
    "uri": "https://api.kexp.org/v2/plays/456271/?format=api",
    "airdate": "2001-08-16T10:00:00-07:00",
    "show": 7725,
    "show_uri": "https://api.kexp.org/v2/shows/7725/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Follow the Queen",
    "track_id": "125693c0-2f86-4b93-9da8-6f8740a567b9",
    "recording_id": null,
    "artist": "Monks of Doom",
    "artist_ids": [
        "3eabadd7-5766-436d-a7d3-dd85bc209ffe"
    ],
    "album": "Meridian",
    "release_id": "fd0dc3ac-27ba-43bd-bee7-ef820f860f88",
    "release_group_id": null,
    "labels": [
        "Baited Breath"
    ],
    "label_ids": [],
    "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"
}