Information about plays

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

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

{
    "id": 2679118,
    "uri": "https://api.kexp.org/v2/plays/2679118/?format=api",
    "airdate": "2019-12-28T10:57:00-08:00",
    "show": 46241,
    "show_uri": "https://api.kexp.org/v2/shows/46241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In This Land",
    "track_id": "91d0466e-9093-43f3-ba44-ae007f2d728b",
    "recording_id": null,
    "artist": "Micah Shemaiah",
    "artist_ids": [
        "e2ed7af7-12ea-4a43-b70e-dbbbcf4e9f3a"
    ],
    "album": "In This Land / Jah Works",
    "release_id": "43c117a6-6644-46fc-ae9e-573585b908e6",
    "release_group_id": null,
    "labels": [
        "Addis Records"
    ],
    "label_ids": [],
    "release_date": "2017-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born into the Twelve Tribes of Israel, Micah Shemaiah is held to a different standard. Micah Shemaiah literally means ‘one who fears the Almighty’ and ‘one who loves the Almighty’ and he lives this fact in his meditations and his music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}