Information about plays

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

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

{
    "id": 343504,
    "uri": "https://api.kexp.org/v2/plays/343504/?format=api",
    "airdate": "2019-06-19T14:57:35-07:00",
    "show": 5726,
    "show_uri": "https://api.kexp.org/v2/shows/5726/?format=api",
    "image_uri": "http://coverartarchive.org/release/49a79669-60fe-4563-a508-d3158b91b014/16955201694-250.jpg",
    "thumbnail_uri": "",
    "song": "In Undertow",
    "track_id": "a77f856f-f5c5-40e0-9744-8cc120dc65be",
    "recording_id": null,
    "artist": "Alvvays",
    "artist_ids": [
        "99450990-b24e-4132-bb68-235f8c3e2564"
    ],
    "album": "Antisocialites",
    "release_id": "49a79669-60fe-4563-a508-d3158b91b014",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening for The National at Marymoor Park on August 29th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}