Information about plays

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

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

{
    "id": 342861,
    "uri": "https://api.kexp.org/v2/plays/342861/?format=api",
    "airdate": "2019-06-18T07:23:25-07:00",
    "show": 5718,
    "show_uri": "https://api.kexp.org/v2/shows/5718/?format=api",
    "image_uri": "http://coverartarchive.org/release/46806f07-8650-4b65-8f36-c3328f399091/14486582828-250.jpg",
    "thumbnail_uri": "",
    "song": "Dry the Rain",
    "track_id": "3143637f-d6ac-32e4-aca9-d570e7f18e9f",
    "recording_id": null,
    "artist": "The Beta Band",
    "artist_ids": [
        "0d82f0cd-107a-403f-a726-ac7287cbea65"
    ],
    "album": "The Best of The Beta Band: Music",
    "release_id": "46806f07-8650-4b65-8f36-c3328f399091",
    "release_group_id": null,
    "labels": [
        "Regal"
    ],
    "label_ids": [
        "c3b2ae8c-1d88-4c5e-a683-1ffb720c12f2"
    ],
    "release_date": "2005-10-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "High Fidelity book and movie are both really good. https://www.amazon.com/High-Fidelity-Nick-Hornby/dp/1573225517\nRob Gordon: I will now sell four copies of \"The Three EPs\" by The Beta Band.\n\nDick: Go for it.\n\nBeta Band Customer: Who is this?\n\nRob Gordon:\nThe Beta Band.\n\nBeta Band Customer: It's good.\n\nRob Gordon: I know.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}