Information about plays

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

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

{
    "id": 1339229,
    "uri": "https://api.kexp.org/v2/plays/1339229/?format=api",
    "airdate": "2008-02-15T19:52:52-08:00",
    "show": 23398,
    "show_uri": "https://api.kexp.org/v2/shows/23398/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Twin Fin",
    "track_id": "82d27fd7-9715-41ef-aa3b-9f00662c5809",
    "recording_id": null,
    "artist": "Los Coronas",
    "artist_ids": [
        "420a794b-2454-4230-bccb-6ef4b3043df5"
    ],
    "album": "Gen-U-Ine Sounds",
    "release_id": "77ce4b02-7e49-45f9-816a-5fcb6f8cbd50",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}