Information about plays

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

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

{
    "id": 376939,
    "uri": "https://api.kexp.org/v2/plays/376939/?format=api",
    "airdate": "2019-09-05T08:47:48-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "http://coverartarchive.org/release/cf02a9fc-e353-413b-85b2-cea562dbfaf2/23918297104-250.jpg",
    "thumbnail_uri": "",
    "song": "Ibtihaj",
    "track_id": "c96220b7-2985-478c-964b-d7c7d56dca02",
    "recording_id": null,
    "artist": "Rapsody feat. D’Angelo & GZA/Genius",
    "artist_ids": [
        "550cb78b-4995-4873-baea-76ef265531f5"
    ],
    "album": "Eve",
    "release_id": "cf02a9fc-e353-413b-85b2-cea562dbfaf2",
    "release_group_id": null,
    "labels": [
        "Jamla Records"
    ],
    "label_ids": [
        "d0626ef3-bc3a-46d5-8aea-db5a07cad49e"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This North Carolina rapper's new album 'Eve' pays homage to the women that have inspired and influenced her. According to Rapsody, this track is named after, \"Ibtihaj Muhammad, because she's a fencer with a sword. It's just that literal. She's a Muslim-American fencer and she's the first one to perform in a hijab. The correlation is we're two very strong, confident, fearless women who, in our own sports, never compromise.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}