Information about plays

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

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

{
    "id": 375914,
    "uri": "https://api.kexp.org/v2/plays/375914/?format=api",
    "airdate": "2019-09-03T07:47:02-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?format=api",
    "image_uri": "http://coverartarchive.org/release/51dd39ef-8e73-420e-9f18-649d0d923109/10919843616-250.jpg",
    "thumbnail_uri": "",
    "song": "Rock ’n’ Roll High School",
    "track_id": "1c16c310-5ac3-3ab0-a3e3-2a1ab0241613",
    "recording_id": null,
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "End of the Century",
    "release_id": "51dd39ef-8e73-420e-9f18-649d0d923109",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2002-08-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The ideal song to start the school year. In 1979, Rock 'n' Roll High School was adapted into a movie, produced by legendary producer Roger Corman, and starring PJ Soles. The Ramones were also featured.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}