Information about plays

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

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

{
    "id": 376038,
    "uri": "https://api.kexp.org/v2/plays/376038/?format=api",
    "airdate": "2019-09-03T14:35:22-07:00",
    "show": 6262,
    "show_uri": "https://api.kexp.org/v2/shows/6262/?format=api",
    "image_uri": "http://coverartarchive.org/release/e392e9bb-4b8c-4d94-ad1d-1673f82ce46a/23638108312-250.jpg",
    "thumbnail_uri": "",
    "song": "He Loves Me",
    "track_id": "3076269d-5068-4779-b46c-b98631750a75",
    "recording_id": null,
    "artist": "Brittany Howard",
    "artist_ids": [
        "03eda2c4-a2b3-4a4e-9527-6791b0ed9d2d"
    ],
    "album": "Jaime",
    "release_id": "e392e9bb-4b8c-4d94-ad1d-1673f82ce46a",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brittany Howard, frontwoman of the Alabama Shakes, will drop her solo album, Jaime, so soon! September 20th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}