Information about plays

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

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

{
    "id": 379278,
    "uri": "https://api.kexp.org/v2/plays/379278/?format=api",
    "airdate": "2019-09-10T20:50:00-07:00",
    "show": 6313,
    "show_uri": "https://api.kexp.org/v2/shows/6313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Selam Temaqwet",
    "track_id": null,
    "recording_id": null,
    "artist": "Tekle Tesfazghi",
    "artist_ids": [],
    "album": "Ethiopiques 5: Tigrigna Music",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Buda Musique"
    ],
    "label_ids": [],
    "release_date": "1998-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the great Eritrean Artists of the 1970-80's, Tekle Tesfazighi  died of a car accident in 1987 at the age of 41.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}