Information about plays

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

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

{
    "id": 356150,
    "uri": "https://api.kexp.org/v2/plays/356150/?format=api",
    "airdate": "2019-07-18T18:51:00-07:00",
    "show": 5934,
    "show_uri": "https://api.kexp.org/v2/shows/5934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Old Home Place",
    "track_id": "d776250b-f135-3c08-a467-21044aa0dccf",
    "recording_id": null,
    "artist": "J.D. Crowe and The New South",
    "artist_ids": [],
    "album": "J.D. Crowe & The New South",
    "release_id": "cba05f38-6f1a-4beb-8891-f357c8a50f50",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1975-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1975, with Ricky Skaggs on mandolin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}