Information about plays

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

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

{
    "id": 1269269,
    "uri": "https://api.kexp.org/v2/plays/1269269/?format=api",
    "airdate": "2007-08-20T15:33:11-07:00",
    "show": 22223,
    "show_uri": "https://api.kexp.org/v2/shows/22223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61ET0bes22L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61ET0bes22L._SL75_.jpg",
    "song": "Church Mouth",
    "track_id": "fd5e19b9-d5f3-4a49-ba74-95d6ccf5f3b5",
    "recording_id": null,
    "artist": "Portugal. The Man",
    "artist_ids": [
        "3599a39e-4e10-4cb5-90d4-c8a015ebc73b"
    ],
    "album": "Church Mouth",
    "release_id": "86b8c1aa-0c13-4e57-adce-ac279e47b2b6",
    "release_group_id": null,
    "labels": [
        "Fearless Records"
    ],
    "label_ids": [
        "925ff8a4-ce58-4893-884d-0f6f0e446bea"
    ],
    "release_date": "2007-07-24",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}