Information about plays

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

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

{
    "id": 1243550,
    "uri": "https://api.kexp.org/v2/plays/1243550/?format=api",
    "airdate": "2007-06-16T15:38:58-07:00",
    "show": 21785,
    "show_uri": "https://api.kexp.org/v2/shows/21785/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516JfDt5l6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516JfDt5l6L._SL75_.jpg",
    "song": "Tio",
    "track_id": "dd45ab84-c390-42a0-9f00-7eb91f12d1a8",
    "recording_id": null,
    "artist": "Secretary Bird",
    "artist_ids": [
        "33d9364b-a2c6-4563-a789-d3a5b7b0f748"
    ],
    "album": "Secretary Bird",
    "release_id": "3e6aa278-dbe7-4077-971c-a5bbf669a3c7",
    "release_group_id": null,
    "labels": [
        "In De Goot Records"
    ],
    "label_ids": [
        "865ba445-3b3b-4761-8cfd-4deb04859bee"
    ],
    "release_date": "2007-03-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}