Information about plays

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

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

{
    "id": 506971,
    "uri": "https://api.kexp.org/v2/plays/506971/?format=api",
    "airdate": "2002-01-14T14:45:00-08:00",
    "show": 8726,
    "show_uri": "https://api.kexp.org/v2/shows/8726/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Starting/ending",
    "track_id": "4b5553b7-dbf7-4ad2-bae4-b9674ae377c0",
    "recording_id": null,
    "artist": "Granfaloon Bus",
    "artist_ids": [
        "633292cc-daa5-4546-a1fb-2090b302f204"
    ],
    "album": "Exploded View",
    "release_id": "6d39db00-85d2-49b1-a7b6-59e227c7a4bc",
    "release_group_id": null,
    "labels": [
        "Future Farmer"
    ],
    "label_ids": [
        "5f7c5864-075e-4ebb-98e2-99e728ee584c"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}