Information about plays

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

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

{
    "id": 374754,
    "uri": "https://api.kexp.org/v2/plays/374754/?format=api",
    "airdate": "2019-08-31T05:28:21-07:00",
    "show": 6235,
    "show_uri": "https://api.kexp.org/v2/shows/6235/?format=api",
    "image_uri": "http://coverartarchive.org/release/a1421e35-7d26-4a51-ad49-b94c9a6ae996/23703719870-250.jpg",
    "thumbnail_uri": "",
    "song": "All Mirrors",
    "track_id": "a58443c8-6e84-4b34-94c0-c0fcb77414be",
    "recording_id": null,
    "artist": "Angel Olsen",
    "artist_ids": [
        "185527bf-c293-4c24-8213-ed98fb8976be"
    ],
    "album": "All Mirrors",
    "release_id": "a1421e35-7d26-4a51-ad49-b94c9a6ae996",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2019-10-04",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "About her new record All Mirrors (out October 4th), Olsen says \"this record is about owning up to your darkest side, finding the capacity for new love, and trusting change even when you feel like a stranger\" - https://youtu.be/Jjt698Zv5jQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}