Information about plays

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

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

{
    "id": 529847,
    "uri": "https://api.kexp.org/v2/plays/529847/?format=api",
    "airdate": "2002-03-22T02:41:26-08:00",
    "show": 9169,
    "show_uri": "https://api.kexp.org/v2/shows/9169/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fxYW5isuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fxYW5isuL._SL75_.jpg",
    "song": "Last Place",
    "track_id": null,
    "recording_id": null,
    "artist": "Broken Social Scene",
    "artist_ids": [
        "2eada8f8-056a-4093-bbc2-004909ce743b"
    ],
    "album": "Feel Good Lost",
    "release_id": "7dccdcae-a7b3-46d0-a4ad-ec584f0c20b4",
    "release_group_id": null,
    "labels": [
        "Noise Factory Records"
    ],
    "label_ids": [
        "9cf8f544-e55d-4779-b018-c40dcc59d4ac"
    ],
    "release_date": "2001-03-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}