Information about plays

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

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

{
    "id": 376507,
    "uri": "https://api.kexp.org/v2/plays/376507/?format=api",
    "airdate": "2019-09-04T11:32:00-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey! Student",
    "track_id": "1f6ca450-5cdb-47af-ab7a-40c5fd6865dd",
    "recording_id": null,
    "artist": "The Fall",
    "artist_ids": [
        "d5da1841-9bc8-4813-9f89-11098090148e"
    ],
    "album": "Middle Class Revolt",
    "release_id": "cf3f545d-2453-4c15-b348-c721d50e084b",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1994, this is The Fall's sixteenth album. The album's full title is <i>Middle Class Revolt A/K/A The Vapourisation Of Reality</i>. \"Hey! Student\" is a reworked version of \"Hey! Fascist\", which The Fall used to play live in their early days. Speaking of students, happy back to school for many kiddos and parents in the area. Go forth and learn. Be good and have fun.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}