Information about plays

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

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

{
    "id": 421140,
    "uri": "https://api.kexp.org/v2/plays/421140/?format=api",
    "airdate": "2001-05-04T12:34:17-07:00",
    "show": 7049,
    "show_uri": "https://api.kexp.org/v2/shows/7049/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GE4HPW7DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GE4HPW7DL._SL75_.jpg",
    "song": "All Right for Now",
    "track_id": "d29de70a-ec2a-4ea9-b261-abc72c9d1f2c",
    "recording_id": null,
    "artist": "Strange Voices",
    "artist_ids": [
        "59cb9958-0fde-4e71-bc0e-9851062ea3ec"
    ],
    "album": "Strange Voices",
    "release_id": "9c526625-1a36-4a81-88f9-9fb1a8a4877b",
    "release_group_id": null,
    "labels": [
        "Sweet Mother Recordings"
    ],
    "label_ids": [
        "01bc3daa-a1c8-465c-9eff-d0511d43c13b"
    ],
    "release_date": "1999-05-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}