Information about plays

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

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

{
    "id": 344147,
    "uri": "https://api.kexp.org/v2/plays/344147/?format=api",
    "airdate": "2019-06-20T22:26:10-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "http://coverartarchive.org/release/2ccd44d0-ab85-3c37-ad00-26317045243e/1397926379-250.jpg",
    "thumbnail_uri": "",
    "song": "Help Me",
    "track_id": "0d7df4c0-7117-39ec-9a35-e8f705ec57da",
    "recording_id": null,
    "artist": "Joni Mitchell",
    "artist_ids": [
        "a6de8ef9-b1a1-4756-97aa-481bbb8a4069"
    ],
    "album": "Court and Spark",
    "release_id": "2ccd44d0-ab85-3c37-ad00-26317045243e",
    "release_group_id": null,
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1983-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In this song, Mitchell sings about a guy she's falling in love with while at the same time knowing the relationship is doomed, as he is \"a rambler and a gambler\" who loves his freedom.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}