Information about plays

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

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

{
    "id": 370985,
    "uri": "https://api.kexp.org/v2/plays/370985/?format=api",
    "airdate": "2019-08-22T18:56:00-07:00",
    "show": 6180,
    "show_uri": "https://api.kexp.org/v2/shows/6180/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cry",
    "track_id": "ff28969b-c6fa-4cf5-8f50-6643abb2d27a",
    "recording_id": null,
    "artist": "Carlene Carter",
    "artist_ids": [
        "57e1d966-6e70-4307-a704-4b0aaa8459fb"
    ],
    "album": "Musical Shapes",
    "release_id": "a4fbe4de-0f40-42e9-918f-be75f0a1f745",
    "release_group_id": null,
    "labels": [
        "Warner Bros."
    ],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1980, produced by Dave Edmunds",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}