Information about plays

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

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

{
    "id": 369408,
    "uri": "https://api.kexp.org/v2/plays/369408/?format=api",
    "airdate": "2019-08-19T09:20:18-07:00",
    "show": 6159,
    "show_uri": "https://api.kexp.org/v2/shows/6159/?format=api",
    "image_uri": "http://coverartarchive.org/release/cf02a9fc-e353-413b-85b2-cea562dbfaf2/23815631324-250.jpg",
    "thumbnail_uri": "",
    "song": "Ibtihaj (feat. D'Angelo & GZA)",
    "track_id": "c96220b7-2985-478c-964b-d7c7d56dca02",
    "recording_id": null,
    "artist": "Rapsody",
    "artist_ids": [
        "d6302903-1f62-420a-8d8b-c54941ac754e"
    ],
    "album": "Eve",
    "release_id": "cf02a9fc-e353-413b-85b2-cea562dbfaf2",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-23",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The track samples RZA's beat for GZA's iconic “Liquid Swords\" 💯 Her third album, Eve, pays homage to the trailblazing black women who came before her. \"I'm influenced by so many black women. A lot of people already know I'm heavily influenced by Lauryn Hill, MC Lyte, and Queen Latifah,\" she said in an interview recently. \"It's just not all or nothing for me. I'm an extension of them, so every song is going to be a different woman and different energy of what makes Rapsody who she is.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}