Information about plays

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

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

{
    "id": 377149,
    "uri": "https://api.kexp.org/v2/plays/377149/?format=api",
    "airdate": "2019-09-05T18:28:00-07:00",
    "show": 6275,
    "show_uri": "https://api.kexp.org/v2/shows/6275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'd Settle Down for You",
    "track_id": "422fa59d-997c-3d09-9178-9993b28426b0",
    "recording_id": null,
    "artist": "Floyd Tillman",
    "artist_ids": [
        "99eeb0bb-0591-4254-90db-bd62ee7e20fc"
    ],
    "album": "The Country Music Hall of Fame Series",
    "release_id": "bed0f5e9-d30f-4ff0-95c4-5a693c6a432e",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1939",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}