Information about plays

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

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

{
    "id": 343815,
    "uri": "https://api.kexp.org/v2/plays/343815/?format=api",
    "airdate": "2019-06-20T06:38:23-07:00",
    "show": 5730,
    "show_uri": "https://api.kexp.org/v2/shows/5730/?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": "Prounoun's Alyse Vellturo: \"I started [pronoun] three years ago, after a bad breakup. Making music is the only thing that made me feel better. It’s the only thing that kept me from going insane. Even though I still went a little insane.\" | https://bit.ly/31MsWk0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}