Information about plays

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

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

{
    "id": 2682472,
    "uri": "https://api.kexp.org/v2/plays/2682472/?format=api",
    "airdate": "2020-01-05T13:01:53-08:00",
    "show": 46300,
    "show_uri": "https://api.kexp.org/v2/shows/46300/?format=api",
    "image_uri": "https://coverartarchive.org/release/d70e5c25-db3d-4500-b2c6-43c08cb6fc1f/23722578554-250.jpg",
    "thumbnail_uri": "",
    "song": "You’ll Need a New Backseat Driver",
    "track_id": "48eae0e2-f4a4-438a-9846-517d0aeaaab0",
    "recording_id": null,
    "artist": "The New Pornographers",
    "artist_ids": [
        "25b75a66-ce83-4db3-b136-395a3c3784c4"
    ],
    "album": "In the Morse Code of Brake Lights",
    "release_id": "d70e5c25-db3d-4500-b2c6-43c08cb6fc1f",
    "release_group_id": null,
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "2019-09-27",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "LIVE on KEXP (PUBLIC SIGN UP) Thursday January 30 at noon. At Neumos on January 29 (tickets available) and The Neptune on January 30 (sold out). https://www.thenewpornographers.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}