Information about plays

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

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

{
    "id": 1360918,
    "uri": "https://api.kexp.org/v2/plays/1360918/?format=api",
    "airdate": "2008-04-11T12:16:21-07:00",
    "show": 23763,
    "show_uri": "https://api.kexp.org/v2/shows/23763/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Wegml%2BL6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Wegml%2BL6L._SL75_.jpg",
    "song": "Always Where I Need to Be",
    "track_id": null,
    "recording_id": null,
    "artist": "The Kooks",
    "artist_ids": [
        "f82f3a3e-29c2-42ca-b589-bc5dc210fa9e"
    ],
    "album": "Konk",
    "release_id": "6c7fa1c4-f1c5-472b-aa71-f7b38337bcb7",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2008-04-15",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}