Information about plays

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

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

{
    "id": 346215,
    "uri": "https://api.kexp.org/v2/plays/346215/?format=api",
    "airdate": "2019-06-25T23:47:44-07:00",
    "show": 5771,
    "show_uri": "https://api.kexp.org/v2/shows/5771/?format=api",
    "image_uri": "http://coverartarchive.org/release/464efacc-a133-4ae6-a9ff-7573c448eb32/11892969644-250.jpg",
    "thumbnail_uri": "",
    "song": "It’s Only Life",
    "track_id": "8062e252-1f71-3a77-9c7d-7f0ea09de002",
    "recording_id": null,
    "artist": "The Feelies",
    "artist_ids": [
        "28c07254-aeae-42ad-beea-67f59c3c8baf"
    ],
    "album": "Only Life",
    "release_id": "464efacc-a133-4ae6-a9ff-7573c448eb32",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}