Information about plays

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

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

{
    "id": 1233098,
    "uri": "https://api.kexp.org/v2/plays/1233098/?format=api",
    "airdate": "2007-05-19T12:55:47-07:00",
    "show": 21600,
    "show_uri": "https://api.kexp.org/v2/shows/21600/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5137OZP8y9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5137OZP8y9L._SL75_.jpg",
    "song": "Uncertain Times",
    "track_id": "2b366d2e-7123-40e7-b53a-b0da723d5a8c",
    "recording_id": null,
    "artist": "The Raveonettes",
    "artist_ids": [
        "79255a50-40df-447f-9612-2cf669080196"
    ],
    "album": "Pretty in Black",
    "release_id": "4d74c4cc-7adb-4666-b431-7ec96799ad6d",
    "release_group_id": null,
    "labels": [
        "Sony Classical"
    ],
    "label_ids": [
        "10920823-9ed8-45d9-adb3-69fc22475ab0"
    ],
    "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"
}