Information about plays

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

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

{
    "id": 2683248,
    "uri": "https://api.kexp.org/v2/plays/2683248/?format=api",
    "airdate": "2020-01-07T12:32:26-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baladi (Arabic)",
    "track_id": null,
    "recording_id": null,
    "artist": "Leila Forouhar",
    "artist_ids": [
        "a310c17f-1445-4a9e-8e72-1ad8f62c4579"
    ],
    "album": "Leila Dance Beat - Persian Music",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Leila Forouhar is an Iranian pop and classical singer. She was a child star, acting from the age of 3. She relocated to Turkey in 1984, then to Paris, before emigrating to Los Angeles in 1988.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}