Information about plays

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

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

{
    "id": 345894,
    "uri": "https://api.kexp.org/v2/plays/345894/?format=api",
    "airdate": "2019-06-25T09:07:20-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Try a Little Tenderness",
    "track_id": "d14631ef-24a9-47e8-8db8-e1e95d3f1142",
    "recording_id": null,
    "artist": "Otis Redding",
    "artist_ids": [
        "82b1f5fd-cd31-41a9-b5d4-7e33f0eb9751"
    ],
    "album": "The Kings of Hip Hop",
    "release_id": "ad6fd623-7b48-4a06-9155-639e2299320b",
    "release_group_id": null,
    "labels": [
        "Rapster Records"
    ],
    "label_ids": [
        "712bab23-0757-427c-97e1-2eeca4ae076d"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Redding did not want to record this song, but Stax Records executives and his friends wore him down with a constant barrage of requests. When he finally recorded it, he did it with a pleading vocal that he was \"sure\" would not be released. The ploy didn't work. Redding's version of \"Try a Little Tenderness\" became his signature song and the biggest-selling of the records released before his death.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}