Information about plays

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

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

{
    "id": 352914,
    "uri": "https://api.kexp.org/v2/plays/352914/?format=api",
    "airdate": "2019-07-11T06:54:41-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "http://coverartarchive.org/release/9788c0ff-4ff7-4793-9cb6-4c371f9882db/23221692544-250.jpg",
    "thumbnail_uri": "",
    "song": "you're not trying at all",
    "track_id": "79c11532-d17f-4710-85a5-d11f900cd561",
    "recording_id": null,
    "artist": "pronoun",
    "artist_ids": [
        "e8f1e8f0-b751-4024-a0c5-27f27c97bf2c"
    ],
    "album": "i'll show you stronger",
    "release_id": "9788c0ff-4ff7-4793-9cb6-4c371f9882db",
    "release_group_id": null,
    "labels": [
        "Rhyme & Reason Records"
    ],
    "label_ids": [
        "7262576d-6501-4e6a-ba7c-5b444304a27c"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pronoun's Alyse Vellturo on this album: \"If anyone ever treated you badly, I hope it picks you back up and helps you realize you deserve better. I like the idea of empowering yourself to know you're worth something and get what you deserve.\" | https://bit.ly/2LhgaFu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}