Information about plays

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

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

{
    "id": 343102,
    "uri": "https://api.kexp.org/v2/plays/343102/?format=api",
    "airdate": "2019-06-18T19:45:00-07:00",
    "show": 5721,
    "show_uri": "https://api.kexp.org/v2/shows/5721/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Come Prepared (feat. Damian Marley)",
    "track_id": "16ccc335-17b7-3970-8acd-918f860dea51",
    "recording_id": null,
    "artist": "K’naan",
    "artist_ids": [
        "ee421ee4-f861-405d-8730-29cb512dfdbd"
    ],
    "album": "Troubadour",
    "release_id": "00abc2ed-c874-4a4b-88c0-be6716141b6e",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2009-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You may have heard of K’Naan through his smash hit “Wavin’ Flag”, but what you may not have known about the artist is that he was a child refugee at 12 years old. With a sense of urgency to leave the war torn country, K’Naan and his family left their homeland of Somalia for Toronto. Keinan Abdi Warsame was born the year of 1978 in Mogadishu, the capital city of Somalia.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}