Information about plays

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

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

{
    "id": 377994,
    "uri": "https://api.kexp.org/v2/plays/377994/?format=api",
    "airdate": "2019-09-07T15:25:35-07:00",
    "show": 6290,
    "show_uri": "https://api.kexp.org/v2/shows/6290/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Empty Lips",
    "track_id": "2d489516-a25c-480d-bf10-439610749b2e",
    "recording_id": null,
    "artist": "Black Ferns",
    "artist_ids": [
        "26299b5f-d9d8-4162-ba98-fa6253822a40"
    ],
    "album": "Empty Lips",
    "release_id": "dc261dc5-0b32-4822-b13c-c6671626c910",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-31",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out local post-punkers Black Ferns. https://blackfernsmusic.com/ They play Azoth in Portland September 28th",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}