Information about plays

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

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

{
    "id": 374223,
    "uri": "https://api.kexp.org/v2/plays/374223/?format=api",
    "airdate": "2019-08-29T23:47:56-07:00",
    "show": 6227,
    "show_uri": "https://api.kexp.org/v2/shows/6227/?format=api",
    "image_uri": "http://coverartarchive.org/release/baeaec34-96f2-40bb-abf7-def7b12490ce/3265351461-250.jpg",
    "thumbnail_uri": "",
    "song": "Crisis de un mc",
    "track_id": "9701c525-b9e2-33a5-9f60-ee83b4a0cdf9",
    "recording_id": null,
    "artist": "Ana Tijoux",
    "artist_ids": [
        "3ac6b6fc-05e9-456f-a7d8-6ddf69756d3f"
    ],
    "album": "1977",
    "release_id": "baeaec34-96f2-40bb-abf7-def7b12490ce",
    "release_group_id": null,
    "labels": [
        "Nacional Records"
    ],
    "label_ids": [
        "c5d75925-ded1-448e-aa02-06ea4b8250d6"
    ],
    "release_date": "2009-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tijoux, who was born Anamaría Merino in France in 1977, moved back to Chile in 1990 with her family and had to work on mastering Spanish. Through that transition, she says, music was always the universal language she could share with anyone.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}