Information about plays

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

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

{
    "id": 374077,
    "uri": "https://api.kexp.org/v2/plays/374077/?format=api",
    "airdate": "2019-08-29T16:42:00-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Take You There",
    "track_id": "f29cbff7-35ae-3293-96a4-db94751c4b51",
    "recording_id": null,
    "artist": "The Staple Singers",
    "artist_ids": [
        "3d49e36a-cc9e-411e-93c6-d1646ba5bd3a"
    ],
    "album": "Be Altitude: Respect Yourself",
    "release_id": "a9c51f06-8c34-47b9-9b67-d842a205ac54",
    "release_group_id": null,
    "labels": [
        "Stax"
    ],
    "label_ids": [],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "he Staple Singers version, produced by Al Bell, was released on Stax Records in February 1972, and spent a total of 15 weeks on the charts and reached number-one on the Billboard Hot 100. It is ranked as the 19th biggest American hit of 1972",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}