Information about plays

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

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

{
    "id": 519263,
    "uri": "https://api.kexp.org/v2/plays/519263/?format=api",
    "airdate": "2002-02-19T01:22:00-08:00",
    "show": 8962,
    "show_uri": "https://api.kexp.org/v2/shows/8962/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shnirele Perele",
    "track_id": "61133f06-482f-46f1-aee7-5fde8eec9a36",
    "recording_id": null,
    "artist": "Pharaoh's Daughter",
    "artist_ids": [
        "431a0ee0-ce6e-4127-b922-22128eb63520"
    ],
    "album": "Out of the Reeds",
    "release_id": "9feca2e3-8c49-4d3a-ae7b-849612375899",
    "release_group_id": null,
    "labels": [
        "Knitting Factory"
    ],
    "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"
}