Information about plays

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

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

{
    "id": 530579,
    "uri": "https://api.kexp.org/v2/plays/530579/?format=api",
    "airdate": "2002-03-24T09:23:48-08:00",
    "show": 9186,
    "show_uri": "https://api.kexp.org/v2/shows/9186/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baby, Please Don't Go",
    "track_id": null,
    "recording_id": null,
    "artist": "Mississippi Fred McDowell",
    "artist_ids": [
        "8d2651e1-f539-4492-957a-8b4dc4c5d9b9"
    ],
    "album": "I Don't Play No Rock 'n' Roll",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fuel 2000"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}