Information about plays

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

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

{
    "id": 342593,
    "uri": "https://api.kexp.org/v2/plays/342593/?format=api",
    "airdate": "2019-06-17T14:28:30-07:00",
    "show": 5714,
    "show_uri": "https://api.kexp.org/v2/shows/5714/?format=api",
    "image_uri": "http://coverartarchive.org/release/4d7f5ee8-f4fc-49b2-bc4a-cc675d8eb1f2/5069404940-250.jpg",
    "thumbnail_uri": "",
    "song": "Celebrity Skin",
    "track_id": "d7aa9da3-12b4-343a-b95c-22f9cddd1fe8",
    "recording_id": null,
    "artist": "Hole",
    "artist_ids": [
        "1dcc8968-f2cd-441c-beda-6270f70f2863"
    ],
    "album": "Celebrity Skin",
    "release_id": "4d7f5ee8-f4fc-49b2-bc4a-cc675d8eb1f2",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1998-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}