Information about plays

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

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

{
    "id": 351089,
    "uri": "https://api.kexp.org/v2/plays/351089/?format=api",
    "airdate": "2019-07-07T01:13:25-07:00",
    "show": 5850,
    "show_uri": "https://api.kexp.org/v2/shows/5850/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Man From Mecca",
    "track_id": "a6838452-5cc1-3301-a537-e40482b4c0e4",
    "recording_id": null,
    "artist": "The Sweet",
    "artist_ids": [
        "dc73bb40-b697-4df9-a2ec-0555bebdba75"
    ],
    "album": "Little Willy / Man From Mecca",
    "release_id": "ec2f3439-57c8-4336-9a1c-2401ce75db34",
    "release_group_id": null,
    "labels": [
        "Bell Records"
    ],
    "label_ids": [
        "ac7027ca-f02d-4eea-9de4-8ed6be275fd5"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}