Information about plays

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

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

{
    "id": 508452,
    "uri": "https://api.kexp.org/v2/plays/508452/?format=api",
    "airdate": "2002-01-18T18:00:00-08:00",
    "show": 8751,
    "show_uri": "https://api.kexp.org/v2/shows/8751/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ling, Ting, Tong",
    "track_id": "de3ad213-3a65-48cb-bd81-8211b7fcbfc2",
    "recording_id": null,
    "artist": "The Five Keys",
    "artist_ids": [
        "17da52fc-b3fb-4414-a70b-6c2e982c371f"
    ],
    "album": "Rhythm & Blues: 1955",
    "release_id": "56d4540b-16fe-400e-a421-3be4509b3ce3",
    "release_group_id": null,
    "labels": [
        "Capitol"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "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"
}