Information about plays

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

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

{
    "id": 375272,
    "uri": "https://api.kexp.org/v2/plays/375272/?format=api",
    "airdate": "2019-09-01T14:20:00-07:00",
    "show": 6248,
    "show_uri": "https://api.kexp.org/v2/shows/6248/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Out of Control",
    "track_id": "84437920-877d-4dbe-a135-3735f4d111d9",
    "recording_id": null,
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "Boy",
    "release_id": "a2441d4d-87de-485d-9c84-b33b401bb974",
    "release_group_id": null,
    "labels": [
        "Universal Island Records"
    ],
    "label_ids": [],
    "release_date": "2008-07-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1979, U2 released their first recorded music, a three track EP entitled U2-3. This track was the A-side and was re-recorded for their first full length, <i>Boy</i>. https://www.u2.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}