Information about plays

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

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

{
    "id": 1265505,
    "uri": "https://api.kexp.org/v2/plays/1265505/?format=api",
    "airdate": "2007-08-10T23:42:13-07:00",
    "show": 22156,
    "show_uri": "https://api.kexp.org/v2/shows/22156/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41SBSQAD3XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41SBSQAD3XL._SL75_.jpg",
    "song": "Yeah! Oh, Yeah!",
    "track_id": "1b23458c-40a8-4eb3-aefc-b47e20f6b278",
    "recording_id": null,
    "artist": "The Magnetic Fields",
    "artist_ids": [
        "3ff72a59-f39d-411d-9f93-2d4a86413013"
    ],
    "album": "69 Love Songs (disc 3)",
    "release_id": "b8131291-e664-42ad-b0d4-8c1a265d092b",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "1999-09-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}