Information about plays

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

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

{
    "id": 344696,
    "uri": "https://api.kexp.org/v2/plays/344696/?format=api",
    "airdate": "2019-06-22T11:39:00-07:00",
    "show": 5745,
    "show_uri": "https://api.kexp.org/v2/shows/5745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bobby Bobylon",
    "track_id": "21071e3f-0218-3a23-9c57-5c4bb881240d",
    "recording_id": null,
    "artist": "Freddie McGregor",
    "artist_ids": [
        "7217d3fb-a04b-429d-abcf-a74265a93c73"
    ],
    "album": "Bobby Bobylon",
    "release_id": "4cf1955a-d00d-4a1b-923e-3d8ea3de187c",
    "release_group_id": null,
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reggae veteran Freddie McGregor, has produced many classic hits like “Push Come To Shove”, “Africa Here I Come”, “Just Don’t Want To Be Lonely”, “Bobby Bobylon”, “Stop Loving You” and his signature tune “Big Ship”, to name a few. Boasting a stellar career that spans over 40 years, this soulful singer began developing his craft in the mid-sixties.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}