Information about plays

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

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

{
    "id": 378672,
    "uri": "https://api.kexp.org/v2/plays/378672/?format=api",
    "airdate": "2019-09-09T09:09:54-07:00",
    "show": 6304,
    "show_uri": "https://api.kexp.org/v2/shows/6304/?format=api",
    "image_uri": "http://coverartarchive.org/release/ba8d0528-07be-3ef8-8cd1-6793f342a96c/11743278960-250.jpg",
    "thumbnail_uri": "",
    "song": "Here Comes a Regular",
    "track_id": "510931a3-1476-3de2-9216-4affead4a2fa",
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Tim",
    "release_id": "ba8d0528-07be-3ef8-8cd1-6793f342a96c",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Minneapolis band's 4th album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}