Information about plays

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

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

{
    "id": 1354897,
    "uri": "https://api.kexp.org/v2/plays/1354897/?format=api",
    "airdate": "2008-03-27T10:36:28-07:00",
    "show": 23664,
    "show_uri": "https://api.kexp.org/v2/shows/23664/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/19460",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/19461",
    "song": "The Witch",
    "track_id": "e9ef4d6c-ece0-4453-8d06-0ccf7f6205e1",
    "recording_id": null,
    "artist": "Clinic",
    "artist_ids": [
        "1ea2c08f-323c-4207-9af1-e2fb8588f08e"
    ],
    "album": "The Witch",
    "release_id": "f4869154-d012-4691-bc74-c868e046aee7",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2008-03-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}