Information about plays

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

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

{
    "id": 349724,
    "uri": "https://api.kexp.org/v2/plays/349724/?format=api",
    "airdate": "2019-07-03T19:27:57-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Coming Home",
    "track_id": "175cc4ba-fe98-3615-9364-872b7b73d891",
    "recording_id": null,
    "artist": "The Mighty Hannibal",
    "artist_ids": [
        "9fc83e30-bfb3-43f5-bffc-26d91d1df302"
    ],
    "album": "Hannibalism",
    "release_id": "84eaf8f9-4378-4f2e-a70d-d6b6c9f42962",
    "release_group_id": null,
    "labels": [
        "Norton"
    ],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the songs he and his wife wrote in the early 1970s about the effects of the Vietnam War on soldiers who served, and the country they left and returned to ; live video covering this song by The Almighty Defenders (members of Black Lips + The King Khan & BBQ Show): https://www.youtube.com/watch?v=kT72Ef4cv7Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}