Information about plays

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

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

{
    "id": 2679625,
    "uri": "https://api.kexp.org/v2/plays/2679625/?format=api",
    "airdate": "2019-12-29T15:23:29-08:00",
    "show": 46251,
    "show_uri": "https://api.kexp.org/v2/shows/46251/?format=api",
    "image_uri": "https://coverartarchive.org/release/f9efec3b-c554-4509-ba96-0d468b6d0b4f/2987465419-250.jpg",
    "thumbnail_uri": "",
    "song": "Hounds of Love",
    "track_id": "444816f2-7450-3a99-bcf8-6c46f61befb9",
    "recording_id": null,
    "artist": "The Futureheads",
    "artist_ids": [
        "0cf9d983-aecf-4d57-9e94-fde2beac014f"
    ],
    "album": "The Futureheads",
    "release_id": "f9efec3b-c554-4509-ba96-0d468b6d0b4f",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2004-09-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}