Information about plays

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

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

{
    "id": 349550,
    "uri": "https://api.kexp.org/v2/plays/349550/?format=api",
    "airdate": "2019-07-03T11:18:16-07:00",
    "show": 5823,
    "show_uri": "https://api.kexp.org/v2/shows/5823/?format=api",
    "image_uri": "http://coverartarchive.org/release/0579c05b-3cc2-40ef-8a32-fee6e3be90f6/2985455668-250.jpg",
    "thumbnail_uri": "",
    "song": "Cold War",
    "track_id": "b62ec852-9723-3a93-abc3-20c1e691bfc2",
    "recording_id": null,
    "artist": "Janelle Monáe",
    "artist_ids": [
        "ee190f6b-7d98-43ec-b924-da5f8018eca0"
    ],
    "album": "The ArchAndroid",
    "release_id": "0579c05b-3cc2-40ef-8a32-fee6e3be90f6",
    "release_group_id": null,
    "labels": [
        "Bad Boy Records"
    ],
    "label_ids": [
        "29d43312-a8ed-4d7b-9f4e-f5650318aebb"
    ],
    "release_date": "2010-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}