Information about plays

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

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

{
    "id": 2681239,
    "uri": "https://api.kexp.org/v2/plays/2681239/?format=api",
    "airdate": "2020-01-02T14:12:12-08:00",
    "show": 46278,
    "show_uri": "https://api.kexp.org/v2/shows/46278/?format=api",
    "image_uri": "https://coverartarchive.org/release/cd7ece8b-ff22-4f8a-9b5b-a6aa08b3442b/19524515953-250.jpg",
    "thumbnail_uri": "",
    "song": "Cross My Heart",
    "track_id": "9d7e37d4-6ec1-4f02-8d71-65b548e844fa",
    "recording_id": null,
    "artist": "Melody’s Echo Chamber",
    "artist_ids": [
        "a1bcf3fd-dcf9-4437-b4f4-d8a6ab837396"
    ],
    "album": "Bon Voyage",
    "release_id": "cd7ece8b-ff22-4f8a-9b5b-a6aa08b3442b",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2018-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}