Information about plays

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

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

{
    "id": 414372,
    "uri": "https://api.kexp.org/v2/plays/414372/?format=api",
    "airdate": "2001-01-02T15:22:39-08:00",
    "show": 6904,
    "show_uri": "https://api.kexp.org/v2/shows/6904/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qphpwErCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qphpwErCL._SL75_.jpg",
    "song": "Moan (Trentemøller remix)",
    "track_id": "1f1dcebe-5984-4513-9734-4edbf75096f9",
    "recording_id": null,
    "artist": "Trentemøller",
    "artist_ids": [
        "95e9aba6-f85c-48a0-9ec9-395d4f0e3875"
    ],
    "album": "The Trentemøller Chronicles",
    "release_id": "064b94f5-3b3d-4b1c-ac13-9a1512e0f127",
    "release_group_id": null,
    "labels": [
        "Audiomatique Recordings"
    ],
    "label_ids": [
        "d2ef72ff-0995-4dda-b326-285a82175783"
    ],
    "release_date": "2007-10-18",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}