Information about plays

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

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

{
    "id": 1341318,
    "uri": "https://api.kexp.org/v2/plays/1341318/?format=api",
    "airdate": "2008-02-21T00:19:16-08:00",
    "show": 23433,
    "show_uri": "https://api.kexp.org/v2/shows/23433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Declare Independence (Matthew Herbert 12\" mix)",
    "track_id": "e3023c3d-58db-4f73-8625-9a792c0d8f60",
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Declare Independence",
    "release_id": "2693de14-340e-4a38-ad3a-ef3cac0369dd",
    "release_group_id": null,
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}