Information about plays

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

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

{
    "id": 381593,
    "uri": "https://api.kexp.org/v2/plays/381593/?format=api",
    "airdate": "2019-09-16T12:39:00-07:00",
    "show": 6353,
    "show_uri": "https://api.kexp.org/v2/shows/6353/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Side of Paradise / [True Love (instrumental)]",
    "track_id": "6b73a0c2-992b-3f22-839b-cd815d234eea",
    "recording_id": null,
    "artist": "Ric Ocasek",
    "artist_ids": [
        "697d4510-c3fe-4e96-bcc9-34739bccde8f"
    ],
    "album": "This Side of Paradise",
    "release_id": "d031aeb0-804a-4516-bbd3-c79653bf3710",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Side of Paradise is the second solo studio album released by Ric Ocasek, lead singer and songwriter of The Cars. It was released in 1986 by Geffen Records. Read more here https://bit.ly/2kigJ5O",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}