Information about plays

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

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

{
    "id": 455387,
    "uri": "https://api.kexp.org/v2/plays/455387/?format=api",
    "airdate": "2001-08-14T02:11:15-07:00",
    "show": 7711,
    "show_uri": "https://api.kexp.org/v2/shows/7711/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "And They All Thought \"Canada\"",
    "track_id": "9703d1a7-3c3b-4eb6-913f-39608655fadf",
    "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": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}