Information about plays

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

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

{
    "id": 1283808,
    "uri": "https://api.kexp.org/v2/plays/1283808/?format=api",
    "airdate": "2007-09-26T14:24:54-07:00",
    "show": 22465,
    "show_uri": "https://api.kexp.org/v2/shows/22465/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61IPAfsjlIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61IPAfsjlIL._SL75_.jpg",
    "song": "Don’t You Evah",
    "track_id": null,
    "recording_id": null,
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Ga Ga Ga Ga Ga",
    "release_id": "89cf5725-d9e4-425a-ab8e-a422a3cbf2f9",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2007-07-10",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}