Information about plays

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

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

{
    "id": 371447,
    "uri": "https://api.kexp.org/v2/plays/371447/?format=api",
    "airdate": "2019-08-23T19:25:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bad Girls",
    "track_id": null,
    "recording_id": null,
    "artist": "M.I.A.",
    "artist_ids": [
        "7cf0ea9d-86b9-4dad-ba9e-2355a64899ea"
    ],
    "album": "Matangi",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [],
    "release_date": "2013-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An accompanying music video for the song was shot in Ouarzazate, Morocco in solidarity with the women to drive movement, https://www.youtube.com/watch?v=2uYs0gJD-LE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}