Information about plays

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

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

{
    "id": 1344559,
    "uri": "https://api.kexp.org/v2/plays/1344559/?format=api",
    "airdate": "2008-03-01T16:30:09-08:00",
    "show": 23497,
    "show_uri": "https://api.kexp.org/v2/shows/23497/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZZ3rpxJDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZZ3rpxJDL._SL75_.jpg",
    "song": "Nevertheless",
    "track_id": "ec70928e-2e0f-4b6c-a8d7-bb01ef3cd650",
    "recording_id": null,
    "artist": "The Brian Jonestown Massacre",
    "artist_ids": [
        "381e8434-109a-439c-8acc-5d328359f2e0"
    ],
    "album": "Bravery, Repetition, and Noise",
    "release_id": "7d9fce22-9d42-4a90-a3b3-7bc9f420e481",
    "release_group_id": null,
    "labels": [
        "BOMP Records"
    ],
    "label_ids": [
        "43468682-b489-4e05-841e-f5a6edd9b5d3"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}