Information about plays

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

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

{
    "id": 2680325,
    "uri": "https://api.kexp.org/v2/plays/2680325/?format=api",
    "airdate": "2019-12-31T07:57:49-08:00",
    "show": 46263,
    "show_uri": "https://api.kexp.org/v2/shows/46263/?format=api",
    "image_uri": "https://coverartarchive.org/release/19f14544-77fb-4d5f-92c8-352fa5cfea8e/18182528220-250.jpg",
    "thumbnail_uri": "",
    "song": "Born on a Day the Sun Didn't Rise",
    "track_id": "9b0c0619-d2de-3a53-b37d-f6b5263ef6f9",
    "recording_id": null,
    "artist": "Black Moth Super Rainbow",
    "artist_ids": [
        "44e14e88-b17a-44d8-9e94-f3afa977239b"
    ],
    "album": "Eating Us",
    "release_id": "19f14544-77fb-4d5f-92c8-352fa5cfea8e",
    "release_group_id": null,
    "labels": [
        "Graveface Records"
    ],
    "label_ids": [
        "10a3f1b7-ceba-4f4c-ab9e-50094b31ecd6"
    ],
    "release_date": "2009-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}