Information about plays

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

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

{
    "id": 452983,
    "uri": "https://api.kexp.org/v2/plays/452983/?format=api",
    "airdate": "2001-08-07T03:33:45-07:00",
    "show": 7665,
    "show_uri": "https://api.kexp.org/v2/shows/7665/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fin to Fin",
    "track_id": "6ef43925-c291-4617-93d6-816b20e2b82b",
    "recording_id": null,
    "artist": "North of America",
    "artist_ids": [
        "886f9705-b334-4375-9b17-ec2ad4ccc858"
    ],
    "album": "This Is Dance Floor Numerology",
    "release_id": "5bb8634c-bdcc-4f81-a5ca-cb691001cd2e",
    "release_group_id": null,
    "labels": [
        "Progeria Records"
    ],
    "label_ids": [
        "ad396498-8139-4e05-b2d7-d9f6adad0f31"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}