Information about plays

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

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

{
    "id": 1209146,
    "uri": "https://api.kexp.org/v2/plays/1209146/?format=api",
    "airdate": "2007-03-19T17:37:32-07:00",
    "show": 21197,
    "show_uri": "https://api.kexp.org/v2/shows/21197/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61XZHYXYYEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61XZHYXYYEL._SL75_.jpg",
    "song": "Af samme stof som stof",
    "track_id": "1dc00cab-fa82-44d9-9282-070a47d64398",
    "recording_id": null,
    "artist": "Under Byen",
    "artist_ids": [
        "35c81fab-bb3d-4198-a6bf-c9476054e6e6"
    ],
    "album": "Samme stof som stof",
    "release_id": "5dd49293-fc0f-4408-b9e2-8cbe614e6000",
    "release_group_id": null,
    "labels": [
        "Playground Music Scandinavia"
    ],
    "label_ids": [
        "017ec582-6f2a-4222-99c7-14539e61bbb6"
    ],
    "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"
}