Information about plays

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

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

{
    "id": 2678270,
    "uri": "https://api.kexp.org/v2/plays/2678270/?format=api",
    "airdate": "2019-12-26T05:37:56-08:00",
    "show": 46225,
    "show_uri": "https://api.kexp.org/v2/shows/46225/?format=api",
    "image_uri": "https://coverartarchive.org/release/6541a365-b131-4e75-a434-ec5d4f402ba8/7940010259-250.jpg",
    "thumbnail_uri": "",
    "song": "Dream Baby Dream",
    "track_id": "228deca2-a2c5-3312-96ac-818a18e127b7",
    "recording_id": null,
    "artist": "Black Tambourine",
    "artist_ids": [
        "8cf2cf86-fb95-4a93-be6b-37d98d3df506"
    ],
    "album": "Black Tambourine",
    "release_id": "6541a365-b131-4e75-a434-ec5d4f402ba8",
    "release_group_id": null,
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2010-03-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Great Suicide cover!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}