Information about plays

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

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

{
    "id": 435104,
    "uri": "https://api.kexp.org/v2/plays/435104/?format=api",
    "airdate": "2001-06-15T19:50:24-07:00",
    "show": 7322,
    "show_uri": "https://api.kexp.org/v2/shows/7322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock the Joint",
    "track_id": "994c0775-a1e4-405c-90c2-ec3005a1a509",
    "recording_id": null,
    "artist": "Bill Haley & His Comets",
    "artist_ids": [
        "4458d70d-c215-4f06-beea-ebd448dad6ac"
    ],
    "album": "Rock the Joint (disc 1)",
    "release_id": "98e0ac6d-7b6d-485b-a809-32a48de07f7a",
    "release_group_id": null,
    "labels": [
        "Castle Pulse"
    ],
    "label_ids": [
        "123faf47-cdac-4874-ae4b-6f0bab2b9703"
    ],
    "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"
}