Information about plays

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

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

{
    "id": 354375,
    "uri": "https://api.kexp.org/v2/plays/354375/?format=api",
    "airdate": "2019-07-14T17:27:27-07:00",
    "show": 5907,
    "show_uri": "https://api.kexp.org/v2/shows/5907/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Breaks",
    "track_id": "725fb3c5-ab3f-3d42-9256-1e78fffb81c0",
    "recording_id": null,
    "artist": "Kurtis Blow",
    "artist_ids": [
        "72eafbba-ff08-4257-9594-267d4a6fcdca"
    ],
    "album": "The Best of Kurtis Blow",
    "release_id": "0be02706-e458-4ff4-8381-db694dd429df",
    "release_group_id": null,
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1994-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1979, at the age of twenty, Kurtis Blow became the first Rapper to be signed by a major label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}