Information about plays

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

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

{
    "id": 379240,
    "uri": "https://api.kexp.org/v2/plays/379240/?format=api",
    "airdate": "2019-09-10T18:15:25-07:00",
    "show": 6313,
    "show_uri": "https://api.kexp.org/v2/shows/6313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Segn Bel Alwan (featuring Malikah)",
    "track_id": null,
    "recording_id": null,
    "artist": "Ramy Essam",
    "artist_ids": [
        "07d85781-25ce-49fb-835f-4ece61ceda22"
    ],
    "album": "Resala Ela Magles El Amn",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Universal Music MENA"
    ],
    "label_ids": [],
    "release_date": "2017-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The real voice of the Egyptian revolution, Ramy Essam is best known for his appearances in Tahrir Square in Cairo during the Egyptian Revolution of 2011. <br></br>Watch the video for \"Segn Bel Alwan\" https://youtu.be/xOo8BiSLVSE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}