Information about plays

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

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

{
    "id": 376913,
    "uri": "https://api.kexp.org/v2/plays/376913/?format=api",
    "airdate": "2019-09-05T07:16:22-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "http://coverartarchive.org/release/f052f552-46bf-41c8-87a3-905f05e958af/5720950335-250.jpg",
    "thumbnail_uri": "",
    "song": "Hands All Over",
    "track_id": "39e5a97a-3cd0-3581-acbd-053f4def9af5",
    "recording_id": null,
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "Louder Than Love",
    "release_id": "f052f552-46bf-41c8-87a3-905f05e958af",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1989-09-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1989, local legends Soundgarden released their second album, 'Louder Than Love.' Released through A&M Records, it was the major label debut for the band. Their first album, 'Ultramega OK' arrived through SST Records  in 1988.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}