Information about plays

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

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

{
    "id": 373510,
    "uri": "https://api.kexp.org/v2/plays/373510/?format=api",
    "airdate": "2019-08-28T13:10:58-07:00",
    "show": 6219,
    "show_uri": "https://api.kexp.org/v2/shows/6219/?format=api",
    "image_uri": "http://coverartarchive.org/release/1d3f727e-50ee-40b3-b39b-a480cd0612e8/13922000742-250.jpg",
    "thumbnail_uri": "",
    "song": "Strawberries",
    "track_id": "dd2fec79-c077-34c0-941d-c1c173b37d27",
    "recording_id": null,
    "artist": "Asobi Seksu",
    "artist_ids": [
        "cc433a77-176b-4d02-857b-2bfb68b3219c"
    ],
    "album": "Citrus",
    "release_id": "1d3f727e-50ee-40b3-b39b-a480cd0612e8",
    "release_group_id": null,
    "labels": [
        "Friendly Fire Recordings"
    ],
    "label_ids": [
        "3f5230fe-64d6-426d-8ff9-28adb331c9ed"
    ],
    "release_date": "2006-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Start with the fruits and veggies.\" -AJ \n<br>Watch Asobi Seksu performing live in the KEXP studio back in January 2010. https://www.youtube.com/watch?v=gUJpr5II688",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}