Information about plays

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

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

{
    "id": 1392724,
    "uri": "https://api.kexp.org/v2/plays/1392724/?format=api",
    "airdate": "2008-07-02T13:43:18-07:00",
    "show": 24306,
    "show_uri": "https://api.kexp.org/v2/shows/24306/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5163ezcxcaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5163ezcxcaL._SL75_.jpg",
    "song": "Norwegian Wood (This Bird Has Flown)",
    "track_id": "22a60963-5192-4799-af3b-0d9890eb2e03",
    "recording_id": null,
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Rubber Soul",
    "release_id": "2c54468a-dedf-4ac9-a358-562c4c6c5dd7",
    "release_group_id": null,
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "2009-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}