Information about plays

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

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

{
    "id": 342638,
    "uri": "https://api.kexp.org/v2/plays/342638/?format=api",
    "airdate": "2019-06-17T17:15:40-07:00",
    "show": 5714,
    "show_uri": "https://api.kexp.org/v2/shows/5714/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lose It",
    "track_id": "43d3a738-1500-49ff-82bc-acf290651156",
    "recording_id": null,
    "artist": "Stats",
    "artist_ids": [
        "07e4b4c1-d4aa-4330-8fc6-f4faff2753bd"
    ],
    "album": "Other People's Lives",
    "release_id": "63e2fde1-d4a8-48ca-81f8-bb7b019c9e57",
    "release_group_id": null,
    "labels": [
        "Memphis Industries"
    ],
    "label_ids": [
        "3f99dc33-5312-419c-9f81-fe5bd7ab8df8"
    ],
    "release_date": "2019-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Learn more about this musical project and this song on the Song of the Day podcast section of our site: https://www.kexp.org/podcasts/song-of-the-day/2019/3/13/stats-lose-it/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}