Information about plays

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

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

{
    "id": 531917,
    "uri": "https://api.kexp.org/v2/plays/531917/?format=api",
    "airdate": "2002-03-27T22:05:00-08:00",
    "show": 9209,
    "show_uri": "https://api.kexp.org/v2/shows/9209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Green Tomatoes",
    "track_id": "4b94fbdb-1c5e-4c21-973e-3a28c140d1f4",
    "recording_id": null,
    "artist": "Total Science",
    "artist_ids": [
        "344c7977-1c4b-4010-a0f7-27d9506301ec"
    ],
    "album": "Murder EP (disc 2)",
    "release_id": "c38519eb-64b0-401b-b613-9abb11b3d4b5",
    "release_group_id": null,
    "labels": [
        "Reinforced Records"
    ],
    "label_ids": [
        "3613ca84-637f-4dfa-81e6-9d1aaf41f9fb"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}