Information about plays

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

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

{
    "id": 431039,
    "uri": "https://api.kexp.org/v2/plays/431039/?format=api",
    "airdate": "2001-06-03T21:55:42-07:00",
    "show": 7249,
    "show_uri": "https://api.kexp.org/v2/shows/7249/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Only If...",
    "track_id": "8b076b3a-b3a4-4c4a-8659-f178428f3cc0",
    "recording_id": null,
    "artist": "Exile",
    "artist_ids": [
        "9580ea3d-a132-43f7-878a-b46e2be4e822"
    ],
    "album": "Bad Diet EP (disc 2)",
    "release_id": "f46ecfdb-bb8d-4d54-a7f3-ec589ef4675a",
    "release_group_id": null,
    "labels": [
        "Moving Shadow"
    ],
    "label_ids": [
        "0e6ec75e-9728-4c30-8df4-6370947ceb42"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}